Class: HumanTone::AccountInfo
- Inherits:
-
Data
- Object
- Data
- HumanTone::AccountInfo
- Defined in:
- lib/humantone/models.rb
Instance Attribute Summary collapse
-
#credits ⇒ Object
readonly
Returns the value of attribute credits.
-
#plan ⇒ Object
readonly
Returns the value of attribute plan.
-
#request_id ⇒ Object
readonly
Returns the value of attribute request_id.
-
#subscription ⇒ Object
readonly
Returns the value of attribute subscription.
Instance Attribute Details
#credits ⇒ Object (readonly)
Returns the value of attribute credits
36 37 38 |
# File 'lib/humantone/models.rb', line 36 def credits @credits end |
#plan ⇒ Object (readonly)
Returns the value of attribute plan
36 37 38 |
# File 'lib/humantone/models.rb', line 36 def plan @plan end |
#request_id ⇒ Object (readonly)
Returns the value of attribute request_id
36 37 38 |
# File 'lib/humantone/models.rb', line 36 def request_id @request_id end |
#subscription ⇒ Object (readonly)
Returns the value of attribute subscription
36 37 38 |
# File 'lib/humantone/models.rb', line 36 def subscription @subscription end |