Class: Rad::Store
- Inherits:
-
Object
- Object
- Rad::Store
- Defined in:
- lib/components/store.rb
Instance Attribute Summary collapse
-
#currency ⇒ Object
Returns the value of attribute currency.
- #order_processing_email ⇒ Object
Instance Attribute Details
#currency ⇒ Object
Returns the value of attribute currency.
4 5 6 |
# File 'lib/components/store.rb', line 4 def currency @currency end |
#order_processing_email ⇒ Object
3 |
# File 'lib/components/store.rb', line 3 def order_processing_email; @order_processing_email || raise("key store.order_processing_email not defined!") end |