Class: BlazingDocs::PlanModel
- Defined in:
- lib/blazingdocs/models/plan_model.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#price ⇒ Object
Returns the value of attribute price.
-
#price_per_unit ⇒ Object
Returns the value of attribute price_per_unit.
-
#quota ⇒ Object
Returns the value of attribute quota.
Method Summary
Methods inherited from BaseModel
Constructor Details
This class inherits a constructor from BlazingDocs::BaseModel
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/blazingdocs/models/plan_model.rb', line 5 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/blazingdocs/models/plan_model.rb', line 6 def name @name end |
#price ⇒ Object
Returns the value of attribute price.
7 8 9 |
# File 'lib/blazingdocs/models/plan_model.rb', line 7 def price @price end |
#price_per_unit ⇒ Object
Returns the value of attribute price_per_unit.
8 9 10 |
# File 'lib/blazingdocs/models/plan_model.rb', line 8 def price_per_unit @price_per_unit end |
#quota ⇒ Object
Returns the value of attribute quota.
9 10 11 |
# File 'lib/blazingdocs/models/plan_model.rb', line 9 def quota @quota end |