Method: Bixby::Client#initialize

Defined in:
lib/bixby-client/client.rb

#initialize(access_key, secret_key) ⇒ Client

Create a new Client

Parameters:

  • access_key (String)
  • secret_key (String)


16
17
18
19
# File 'lib/bixby-client/client.rb', line 16

def initialize(access_key, secret_key)
  @access_key = access_key
  @secret_key = secret_key
end