Class: Mondo::Account

Inherits:
Resource show all
Defined in:
lib/mondo/account.rb

Instance Attribute Summary collapse

Attributes inherited from Resource

#client

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

#descriptionObject

Returns the value of attribute description.



4
5
6
# File 'lib/mondo/account.rb', line 4

def description
  @description
end

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/mondo/account.rb', line 4

def id
  @id
end

#raw_dataObject

Returns the value of attribute raw_data.



4
5
6
# File 'lib/mondo/account.rb', line 4

def raw_data
  @raw_data
end