Class: AqumulateAPI::FetchParameter
- Defined in:
- lib/aqumulate_api/entities/fetch_parameter.rb
Constant Summary collapse
- ATTR_MAP =
{ id: 'ParamId', caption: 'ParamCaption', size: 'ParamSize' }
Constants inherited from Entity
Instance Attribute Summary collapse
-
#caption ⇒ Object
Returns the value of attribute caption.
-
#id ⇒ Object
Returns the value of attribute id.
-
#size ⇒ Object
Returns the value of attribute size.
Method Summary
Methods inherited from Entity
Constructor Details
This class inherits a constructor from AqumulateAPI::Entity
Instance Attribute Details
#caption ⇒ Object
Returns the value of attribute caption.
9 10 11 |
# File 'lib/aqumulate_api/entities/fetch_parameter.rb', line 9 def caption @caption end |
#id ⇒ Object
Returns the value of attribute id.
9 10 11 |
# File 'lib/aqumulate_api/entities/fetch_parameter.rb', line 9 def id @id end |
#size ⇒ Object
Returns the value of attribute size.
9 10 11 |
# File 'lib/aqumulate_api/entities/fetch_parameter.rb', line 9 def size @size end |