Class: Mondo::Account
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#raw_data ⇒ Object
Returns the value of attribute raw_data.
Attributes inherited from Resource
Method Summary
Methods inherited from Resource
date_accessor, date_writer, #initialize, #inspect, #to_s
Constructor Details
This class inherits a constructor from Mondo::Resource
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
4 5 6 |
# File 'lib/mondo/account.rb', line 4 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/mondo/account.rb', line 4 def id @id end |
#raw_data ⇒ Object
Returns the value of attribute raw_data.
4 5 6 |
# File 'lib/mondo/account.rb', line 4 def raw_data @raw_data end |