Class: AqumulateAPI::AccountData
- Defined in:
- lib/aqumulate_api/entities/account_data.rb
Constant Summary collapse
- ATTR_MAP =
{ id: 'AcctTypeId', group: 'AcctGroup', name: 'AcctName', type: 'AcctType', ext_type: 'ExtAcctName' }
Constants inherited from Entity
Instance Attribute Summary collapse
-
#ext_type ⇒ Object
Returns the value of attribute ext_type.
-
#group ⇒ Object
Returns the value of attribute group.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Method Summary
Methods inherited from Entity
Constructor Details
This class inherits a constructor from AqumulateAPI::Entity
Instance Attribute Details
#ext_type ⇒ Object
Returns the value of attribute ext_type.
12 13 14 |
# File 'lib/aqumulate_api/entities/account_data.rb', line 12 def ext_type @ext_type end |
#group ⇒ Object
Returns the value of attribute group.
12 13 14 |
# File 'lib/aqumulate_api/entities/account_data.rb', line 12 def group @group end |
#id ⇒ Object
Returns the value of attribute id.
12 13 14 |
# File 'lib/aqumulate_api/entities/account_data.rb', line 12 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
12 13 14 |
# File 'lib/aqumulate_api/entities/account_data.rb', line 12 def name @name end |
#type ⇒ Object
Returns the value of attribute type.
12 13 14 |
# File 'lib/aqumulate_api/entities/account_data.rb', line 12 def type @type end |