class BitstampClient::Client

Private Instance Methods

default_opts() click to toggle source
# File lib/bitstamp_client/client.rb, line 16
def default_opts
  { host: host, key: key, secret: secret, customer_id: customer_id }
end