Class: Pageflow::Quota::Unlimited
- Inherits:
-
Pageflow::Quota
- Object
- Pageflow::Quota
- Pageflow::Quota::Unlimited
- Defined in:
- lib/pageflow/quota.rb
Instance Attribute Summary
Attributes inherited from Pageflow::Quota
Instance Method Summary collapse
Methods inherited from Pageflow::Quota
#assume, #available?, #exceeded?, #exhausted?, #initialize, #verify_available!, #verify_not_exceeded!
Constructor Details
This class inherits a constructor from Pageflow::Quota
Instance Method Details
#state ⇒ Object
53 54 55 |
# File 'lib/pageflow/quota.rb', line 53 def state 'available' end |
#state_description ⇒ Object
57 58 59 |
# File 'lib/pageflow/quota.rb', line 57 def state_description nil end |