class IndependentReserveClient::Client

Private Instance Methods

default_opts() click to toggle source
# File lib/independent_reserve_client/client.rb, line 12
def default_opts
  { host: host }
end