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
28 29 30 |
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 28 def base_price_usd @base_price_usd end |
#billing_mode ⇒ Object
Returns the value of attribute billing_mode
28 29 30 |
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 28 def billing_mode @billing_mode end |
#interval ⇒ Object
Returns the value of attribute interval
28 29 30 |
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 28 def interval @interval end |
#name ⇒ Object
Returns the value of attribute name
28 29 30 |
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 28 def name @name end |
#slug ⇒ Object
Returns the value of attribute slug
28 29 30 |
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 28 def slug @slug end |