class XEClient::Client

Private Instance Methods

default_opts() click to toggle source
# File lib/xe_client/client.rb, line 14
def default_opts
  { host: host, account_id: account_id, api_key: api_key }
end