Class: Rad::Store

Inherits:
Object
  • Object
show all
Defined in:
lib/components/store.rb

Instance Attribute Summary collapse

Instance Attribute Details

#currencyObject

Returns the value of attribute currency.



4
5
6
# File 'lib/components/store.rb', line 4

def currency
  @currency
end

#order_processing_emailObject



3
# File 'lib/components/store.rb', line 3

def order_processing_email; @order_processing_email || raise("key store.order_processing_email not defined!") end