Class: SolidusSubscriptions::SubscriptionGenerator::SubscriptionConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
app/models/solidus_subscriptions/subscription_generator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#end_dateObject

Returns the value of attribute end_date

Returns:

  • (Object)

    the current value of end_date



7
8
9
# File 'app/models/solidus_subscriptions/subscription_generator.rb', line 7

def end_date
  @end_date
end

#interval_lengthObject

Returns the value of attribute interval_length

Returns:

  • (Object)

    the current value of interval_length



7
8
9
# File 'app/models/solidus_subscriptions/subscription_generator.rb', line 7

def interval_length
  @interval_length
end

#interval_unitsObject

Returns the value of attribute interval_units

Returns:

  • (Object)

    the current value of interval_units



7
8
9
# File 'app/models/solidus_subscriptions/subscription_generator.rb', line 7

def interval_units
  @interval_units
end