Class: AqumulateAPI::AccountData

Inherits:
Entity
  • Object
show all
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

Entity::SOURCE_ASSOCIATIONS

Instance Attribute Summary collapse

Method Summary

Methods inherited from Entity

from_source, #initialize

Constructor Details

This class inherits a constructor from AqumulateAPI::Entity

Instance Attribute Details

#ext_typeObject

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

#groupObject

Returns the value of attribute group.



12
13
14
# File 'lib/aqumulate_api/entities/account_data.rb', line 12

def group
  @group
end

#idObject

Returns the value of attribute id.



12
13
14
# File 'lib/aqumulate_api/entities/account_data.rb', line 12

def id
  @id
end

#nameObject

Returns the value of attribute name.



12
13
14
# File 'lib/aqumulate_api/entities/account_data.rb', line 12

def name
  @name
end

#typeObject

Returns the value of attribute type.



12
13
14
# File 'lib/aqumulate_api/entities/account_data.rb', line 12

def type
  @type
end