Class: CorePro::Models::AccountIdOnly
- Defined in:
- lib/corepro/models/account_id_only.rb
Instance Attribute Summary collapse
-
#accountId ⇒ Object
Returns the value of attribute accountId.
Attributes inherited from ModelBase
Method Summary
Methods inherited from ModelBase
Methods inherited from JsonBase
#from_json!, #is_hash?, #to_hash, #to_json
Instance Attribute Details
#accountId ⇒ Object
Returns the value of attribute accountId.
6 7 8 |
# File 'lib/corepro/models/account_id_only.rb', line 6 def accountId @accountId end |