Class: Pageflow::Quota::Unlimited

Inherits:
Pageflow::Quota show all
Defined in:
lib/pageflow/quota.rb

Instance Attribute Summary

Attributes inherited from Pageflow::Quota

#account, #name

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

#stateObject



53
54
55
# File 'lib/pageflow/quota.rb', line 53

def state
  'available'
end

#state_descriptionObject



57
58
59
# File 'lib/pageflow/quota.rb', line 57

def state_description
  nil
end