Class: AqumulateAPI::LoginParameter
- Defined in:
- lib/aqumulate_api/entities/login_parameter.rb
Constant Summary collapse
- ATTR_MAP =
{ id: 'ParameterId', number: 'ParameterNumber', type: 'ParameterType', max_length: 'ParameterMaxLength', size: 'ParameterSize', caption: 'ParameterCaption', variable_name: 'ParameterVariableName', default_value: 'ParameterDefaultValue', editable: 'ParameterEditable', sensitivity_code: 'ParameterSensitivityCode' }
Constants inherited from Entity
Instance Attribute Summary collapse
-
#caption ⇒ Object
Returns the value of attribute caption.
-
#default_value ⇒ Object
Returns the value of attribute default_value.
-
#editable ⇒ Object
Returns the value of attribute editable.
-
#id ⇒ Object
Returns the value of attribute id.
-
#max_length ⇒ Object
Returns the value of attribute max_length.
-
#number ⇒ Object
Returns the value of attribute number.
-
#sensitivity_code ⇒ Object
Returns the value of attribute sensitivity_code.
-
#size ⇒ Object
Returns the value of attribute size.
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
-
#variable_name ⇒ Object
Returns the value of attribute variable_name.
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.
17 18 19 |
# File 'lib/aqumulate_api/entities/login_parameter.rb', line 17 def caption @caption end |
#default_value ⇒ Object
Returns the value of attribute default_value.
17 18 19 |
# File 'lib/aqumulate_api/entities/login_parameter.rb', line 17 def default_value @default_value end |
#editable ⇒ Object
Returns the value of attribute editable.
17 18 19 |
# File 'lib/aqumulate_api/entities/login_parameter.rb', line 17 def editable @editable end |
#id ⇒ Object
Returns the value of attribute id.
17 18 19 |
# File 'lib/aqumulate_api/entities/login_parameter.rb', line 17 def id @id end |
#max_length ⇒ Object
Returns the value of attribute max_length.
17 18 19 |
# File 'lib/aqumulate_api/entities/login_parameter.rb', line 17 def max_length @max_length end |
#number ⇒ Object
Returns the value of attribute number.
17 18 19 |
# File 'lib/aqumulate_api/entities/login_parameter.rb', line 17 def number @number end |
#sensitivity_code ⇒ Object
Returns the value of attribute sensitivity_code.
17 18 19 |
# File 'lib/aqumulate_api/entities/login_parameter.rb', line 17 def sensitivity_code @sensitivity_code end |
#size ⇒ Object
Returns the value of attribute size.
17 18 19 |
# File 'lib/aqumulate_api/entities/login_parameter.rb', line 17 def size @size end |
#type ⇒ Object
Returns the value of attribute type.
17 18 19 |
# File 'lib/aqumulate_api/entities/login_parameter.rb', line 17 def type @type end |
#value ⇒ Object
Returns the value of attribute value.
17 18 19 |
# File 'lib/aqumulate_api/entities/login_parameter.rb', line 17 def value @value end |
#variable_name ⇒ Object
Returns the value of attribute variable_name.
17 18 19 |
# File 'lib/aqumulate_api/entities/login_parameter.rb', line 17 def variable_name @variable_name end |