Class: Spree::Core::Engine::SpreeCalculators
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Spree::Core::Engine::SpreeCalculators
 
 
- Defined in:
 - lib/spree/core/engine.rb
 
Instance Attribute Summary collapse
- 
  
    
      #promotion_actions_create_adjustments  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute promotion_actions_create_adjustments.
 - 
  
    
      #promotion_actions_create_item_adjustments  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute promotion_actions_create_item_adjustments.
 - 
  
    
      #shipping_methods  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute shipping_methods.
 - 
  
    
      #tax_rates  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute tax_rates.
 
Instance Attribute Details
#promotion_actions_create_adjustments ⇒ Object
Returns the value of attribute 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_adjustments ⇒ Object
Returns the value of attribute 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_methods ⇒ Object
Returns the value of attribute shipping_methods
      12 13 14  | 
    
      # File 'lib/spree/core/engine.rb', line 12 def shipping_methods @shipping_methods end  | 
  
#tax_rates ⇒ Object
Returns the value of attribute tax_rates
      12 13 14  | 
    
      # File 'lib/spree/core/engine.rb', line 12 def tax_rates @tax_rates end  |