Class: HumanTone::Plan
- Inherits:
-
Data
- Object
- Data
- HumanTone::Plan
- Defined in:
- lib/humantone/models.rb
Instance Attribute Summary collapse
-
#api_access ⇒ Object
readonly
Returns the value of attribute api_access.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#max_words ⇒ Object
readonly
Returns the value of attribute max_words.
-
#monthly_credits ⇒ Object
readonly
Returns the value of attribute monthly_credits.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#api_access ⇒ Object (readonly)
Returns the value of attribute api_access
16 17 18 |
# File 'lib/humantone/models.rb', line 16 def api_access @api_access end |
#id ⇒ Object (readonly)
Returns the value of attribute id
16 17 18 |
# File 'lib/humantone/models.rb', line 16 def id @id end |
#max_words ⇒ Object (readonly)
Returns the value of attribute max_words
16 17 18 |
# File 'lib/humantone/models.rb', line 16 def max_words @max_words end |
#monthly_credits ⇒ Object (readonly)
Returns the value of attribute monthly_credits
16 17 18 |
# File 'lib/humantone/models.rb', line 16 def monthly_credits @monthly_credits end |
#name ⇒ Object (readonly)
Returns the value of attribute name
16 17 18 |
# File 'lib/humantone/models.rb', line 16 def name @name end |