Method: Lyft::Client#initialize
- Defined in:
- lib/lyft/client.rb
#initialize(args = {}) ⇒ Client
The initializer
62 63 64 65 |
# File 'lib/lyft/client.rb', line 62 def initialize(args = {}) @configuration = Lyft::Client::Configuration.new args build_namespaces end |