module Lmb::Developers

Attributes

configuration[R]

Public Class Methods

configure(environment, api_key) click to toggle source

Configure global parameters

@param environment [String] environment to consume APIs, `TEST` or `PROD` @param api_key [String] ApiKey to consume APIs. @return [Lmb::Developers::Configuration]

# File lib/lmb/developers.rb, line 17
def configure(environment, api_key)
    configuration.configure(environment, api_key)
end