Class: SolidusSubscriptions::SubscriptionGenerator::SubscriptionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- SolidusSubscriptions::SubscriptionGenerator::SubscriptionConfiguration
- Defined in:
- lib/solidus_subscriptions/subscription_generator.rb
Instance Attribute Summary collapse
-
#end_date ⇒ Object
Returns the value of attribute end_date.
-
#interval_length ⇒ Object
Returns the value of attribute interval_length.
-
#interval_units ⇒ Object
Returns the value of attribute interval_units.
Instance Attribute Details
#end_date ⇒ Object
Returns the value of attribute end_date
9 10 11 |
# File 'lib/solidus_subscriptions/subscription_generator.rb', line 9 def end_date @end_date end |
#interval_length ⇒ Object
Returns the value of attribute interval_length
9 10 11 |
# File 'lib/solidus_subscriptions/subscription_generator.rb', line 9 def interval_length @interval_length end |
#interval_units ⇒ Object
Returns the value of attribute interval_units
9 10 11 |
# File 'lib/solidus_subscriptions/subscription_generator.rb', line 9 def interval_units @interval_units end |