Class: BlazeVerify::Account
- Inherits:
-
APIResource
- Object
- APIResource
- BlazeVerify::Account
- Defined in:
- lib/blazeverify/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
Constructor Details
This class inherits a constructor from BlazeVerify::APIResource
Instance Attribute Details
#available_credits ⇒ Object
Returns the value of attribute available_credits.
3 4 5 |
# File 'lib/blazeverify/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/blazeverify/resources/account.rb', line 3 def owner_email @owner_email end |