Class: Spree::Core::Engine::SpreeCalculators

Inherits:
Struct
  • Object
show all
Defined in:
lib/spree/core/engine.rb

Instance Attribute Summary collapse

Instance Attribute Details

#promotion_actions_create_adjustmentsObject

Returns the value of attribute promotion_actions_create_adjustments

Returns:

  • (Object)

    the current value of promotion_actions_create_adjustments



12
13
14
# File 'lib/spree/core/engine.rb', line 12

def promotion_actions_create_adjustments
  @promotion_actions_create_adjustments
end

#promotion_actions_create_item_adjustmentsObject

Returns the value of attribute promotion_actions_create_item_adjustments

Returns:

  • (Object)

    the current value of promotion_actions_create_item_adjustments



12
13
14
# File 'lib/spree/core/engine.rb', line 12

def promotion_actions_create_item_adjustments
  @promotion_actions_create_item_adjustments
end

#shipping_methodsObject

Returns the value of attribute shipping_methods

Returns:

  • (Object)

    the current value of shipping_methods



12
13
14
# File 'lib/spree/core/engine.rb', line 12

def shipping_methods
  @shipping_methods
end

#tax_ratesObject

Returns the value of attribute tax_rates

Returns:

  • (Object)

    the current value of tax_rates



12
13
14
# File 'lib/spree/core/engine.rb', line 12

def tax_rates
  @tax_rates
end