Class: CorePro::Models::AccountIdOnly

Inherits:
ModelBase show all
Defined in:
lib/corepro/models/account_id_only.rb

Instance Attribute Summary collapse

Attributes inherited from ModelBase

#requestId

Method Summary

Methods inherited from ModelBase

escape, #to_s

Methods inherited from JsonBase

#from_json!, #is_hash?, #to_hash, #to_json

Instance Attribute Details

#accountIdObject

Returns the value of attribute accountId.



6
7
8
# File 'lib/corepro/models/account_id_only.rb', line 6

def accountId
  @accountId
end