Method: Dugway::Store#initialize

Defined in:
lib/dugway/store.rb

#initialize(subdomain) ⇒ Store

Returns a new instance of Store.



11
12
13
# File 'lib/dugway/store.rb', line 11

def initialize(subdomain)
  self.class.base_uri "https://api.bigcartel.com/#{ subdomain }"
end