Method: Dugway::Store#products

Defined in:
lib/dugway/store.rb

#productsObject



74
75
76
77
# File 'lib/dugway/store.rb', line 74

def products
  @products ||= get('/products.json')
  Marshal.load(Marshal.dump(@products)) # Hack to avoid data munging elsewhere?
end