Class: Emailable::Account
- Inherits:
-
APIResource
- Object
- APIResource
- Emailable::Account
- Defined in:
- lib/emailable/resources/account.rb
Instance Attribute Summary collapse
-
#available_credits ⇒ Object
Returns the value of attribute available_credits.
-
#owner_email ⇒ Object
Returns the value of attribute owner_email.
Method Summary
Methods inherited from APIResource
#initialize, #inspect, #to_h, #to_json
Constructor Details
This class inherits a constructor from Emailable::APIResource
Instance Attribute Details
#available_credits ⇒ Object
Returns the value of attribute available_credits.
3 4 5 |
# File 'lib/emailable/resources/account.rb', line 3 def available_credits @available_credits end |
#owner_email ⇒ Object
Returns the value of attribute owner_email.
3 4 5 |
# File 'lib/emailable/resources/account.rb', line 3 def owner_email @owner_email end |