Class: ZeroClick::Sellers::Stateful::EntitlementPlan
- Inherits:
-
Struct
- Object
- Struct
- ZeroClick::Sellers::Stateful::EntitlementPlan
- Defined in:
- lib/zeroclick/sellers/stateful/contracts.rb
Instance Attribute Summary collapse
-
#base_price_usd ⇒ Object
Returns the value of attribute base_price_usd.
-
#billing_mode ⇒ Object
Returns the value of attribute billing_mode.
-
#interval ⇒ Object
Returns the value of attribute interval.
-
#name ⇒ Object
Returns the value of attribute name.
-
#slug ⇒ Object
Returns the value of attribute slug.
Instance Attribute Details
#base_price_usd ⇒ Object
Returns the value of attribute base_price_usd
30 31 32 |
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 30 def base_price_usd @base_price_usd end |
#billing_mode ⇒ Object
Returns the value of attribute billing_mode
30 31 32 |
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 30 def billing_mode @billing_mode end |
#interval ⇒ Object
Returns the value of attribute interval
30 31 32 |
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 30 def interval @interval end |
#name ⇒ Object
Returns the value of attribute name
30 31 32 |
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 30 def name @name end |
#slug ⇒ Object
Returns the value of attribute slug
30 31 32 |
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 30 def slug @slug end |