Class: HumanTone::Credits
- Inherits:
-
Data
- Object
- Data
- HumanTone::Credits
- Defined in:
- lib/humantone/models.rb
Instance Attribute Summary collapse
-
#extra ⇒ Object
readonly
Returns the value of attribute extra.
-
#subscription ⇒ Object
readonly
Returns the value of attribute subscription.
-
#total ⇒ Object
readonly
Returns the value of attribute total.
-
#trial ⇒ Object
readonly
Returns the value of attribute trial.
Instance Attribute Details
#extra ⇒ Object (readonly)
Returns the value of attribute extra
24 25 26 |
# File 'lib/humantone/models.rb', line 24 def extra @extra end |
#subscription ⇒ Object (readonly)
Returns the value of attribute subscription
24 25 26 |
# File 'lib/humantone/models.rb', line 24 def subscription @subscription end |
#total ⇒ Object (readonly)
Returns the value of attribute total
24 25 26 |
# File 'lib/humantone/models.rb', line 24 def total @total end |
#trial ⇒ Object (readonly)
Returns the value of attribute trial
24 25 26 |
# File 'lib/humantone/models.rb', line 24 def trial @trial end |