Class: PricingPlans::OverageReporter::OverageItem
- Inherits:
-
Struct
- Object
- Struct
- PricingPlans::OverageReporter::OverageItem
- Defined in:
- lib/pricing_plans/overage_reporter.rb
Instance Attribute Summary collapse
-
#allowed ⇒ Object
Returns the value of attribute allowed.
-
#current_usage ⇒ Object
Returns the value of attribute current_usage.
-
#grace_active ⇒ Object
Returns the value of attribute grace_active.
-
#grace_ends_at ⇒ Object
Returns the value of attribute grace_ends_at.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#limit_key ⇒ Object
Returns the value of attribute limit_key.
-
#overage ⇒ Object
Returns the value of attribute overage.
Instance Attribute Details
#allowed ⇒ Object
Returns the value of attribute allowed
5 6 7 |
# File 'lib/pricing_plans/overage_reporter.rb', line 5 def allowed @allowed end |
#current_usage ⇒ Object
Returns the value of attribute current_usage
5 6 7 |
# File 'lib/pricing_plans/overage_reporter.rb', line 5 def current_usage @current_usage end |
#grace_active ⇒ Object
Returns the value of attribute grace_active
5 6 7 |
# File 'lib/pricing_plans/overage_reporter.rb', line 5 def grace_active @grace_active end |
#grace_ends_at ⇒ Object
Returns the value of attribute grace_ends_at
5 6 7 |
# File 'lib/pricing_plans/overage_reporter.rb', line 5 def grace_ends_at @grace_ends_at end |
#kind ⇒ Object
Returns the value of attribute kind
5 6 7 |
# File 'lib/pricing_plans/overage_reporter.rb', line 5 def kind @kind end |
#limit_key ⇒ Object
Returns the value of attribute limit_key
5 6 7 |
# File 'lib/pricing_plans/overage_reporter.rb', line 5 def limit_key @limit_key end |
#overage ⇒ Object
Returns the value of attribute overage
5 6 7 |
# File 'lib/pricing_plans/overage_reporter.rb', line 5 def overage @overage end |