class BridgeClient::Client

Private Instance Methods

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