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