Class: Spree::Core::Environment::Calculators
- Inherits:
-
Object
- Object
- Spree::Core::Environment::Calculators
- Includes:
- Spree::Core::EnvironmentExtension
- Defined in:
- lib/spree/core/environment/calculators.rb
Instance Attribute Summary collapse
-
#shipping_methods ⇒ Object
Returns the value of attribute shipping_methods.
-
#tax_rates ⇒ Object
Returns the value of attribute tax_rates.
Method Summary
Methods included from Spree::Core::EnvironmentExtension
Instance Attribute Details
#shipping_methods ⇒ Object
Returns the value of attribute shipping_methods.
7 8 9 |
# File 'lib/spree/core/environment/calculators.rb', line 7 def shipping_methods @shipping_methods end |
#tax_rates ⇒ Object
Returns the value of attribute tax_rates.
7 8 9 |
# File 'lib/spree/core/environment/calculators.rb', line 7 def tax_rates @tax_rates end |