Exception: Pageflow::Quota::ExhaustedError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Pageflow::Quota::ExhaustedError
- Defined in:
- lib/pageflow/quota.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#quota ⇒ Object
readonly
Returns the value of attribute quota.
Instance Method Summary collapse
-
#initialize(quota) ⇒ ExhaustedError
constructor
A new instance of ExhaustedError.
Constructor Details
#initialize(quota) ⇒ ExhaustedError
Returns a new instance of ExhaustedError.
6 7 8 |
# File 'lib/pageflow/quota.rb', line 6 def initialize(quota) @quota = quota end |
Instance Attribute Details
#quota ⇒ Object (readonly)
Returns the value of attribute quota.
4 5 6 |
# File 'lib/pageflow/quota.rb', line 4 def quota @quota end |