Class: BlazingDocs::UsageModel

Inherits:
BaseModel show all
Defined in:
lib/blazingdocs/models/usage_model.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

#initialize

Constructor Details

This class inherits a constructor from BlazingDocs::BaseModel

Instance Attribute Details

#page_countObject

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

#quotaObject

Returns the value of attribute quota.



5
6
7
# File 'lib/blazingdocs/models/usage_model.rb', line 5

def quota
  @quota
end

#usageObject

Returns the value of attribute usage.



7
8
9
# File 'lib/blazingdocs/models/usage_model.rb', line 7

def usage
  @usage
end