Method: Ecwid::Client#initialize

Defined in:
lib/ecwid/client.rb

#initialize(store_id, token) ⇒ Client

Returns a new instance of Client.



14
15
16
17
18
19
# File 'lib/ecwid/client.rb', line 14

def initialize(store_id, token)
  @configuration = {
    store_id: store_id,
    token: token
  }
end