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