Method: Lyft::Client#initialize

Defined in:
lib/lyft/client.rb

#initialize(args = {}) ⇒ Client

The initializer

Parameters:

  • args (Hash) (defaults to: {})

Options Hash (args):

  • :client_id (String)
  • :client_secret (String)
  • :debug_output (Boolean)


62
63
64
65
# File 'lib/lyft/client.rb', line 62

def initialize(args = {})
  @configuration = Lyft::Client::Configuration.new args
  build_namespaces
end