Method: OEXRWrapper::Client#initialize

Defined in:
lib/oexrwrapper/client.rb

#initialize(app_id:, base_rate_code: "USD") ⇒ Client

Returns a new instance of Client.



10
11
12
13
# File 'lib/oexrwrapper/client.rb', line 10

def initialize(app_id:, base_rate_code: "USD")
  @app_id = app_id
  @base_rate_code = base_rate_code
end