Class: ConvenientService::Examples::Standard::RequestParams::Utils::Object::Present
- Inherits:
-
Command
- Object
- ConvenientService::Examples::Standard::RequestParams::Utils::Object::Present
- Defined in:
- lib/convenient_service/examples/standard/request_params/utils/object/present.rb
Overview
TODO: Specs.
Instance Attribute Summary collapse
-
#object ⇒ Object
readonly
Returns the value of attribute object.
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(object) ⇒ Present
constructor
A new instance of Present.
Constructor Details
#initialize(object) ⇒ Present
Returns a new instance of Present.
23 24 25 |
# File 'lib/convenient_service/examples/standard/request_params/utils/object/present.rb', line 23 def initialize(object) @object = object end |
Instance Attribute Details
#object ⇒ Object (readonly)
Returns the value of attribute object.
21 22 23 |
# File 'lib/convenient_service/examples/standard/request_params/utils/object/present.rb', line 21 def object @object end |