class BitflyerApi::Client
Attributes
conn[RW]
Public Class Methods
new(key, secret)
click to toggle source
# File lib/bitflyer_api/client.rb, line 18 def initialize(key, secret) @conn = BitflyerApi::HTTP::Connection.new(key, secret) end
Private Instance Methods
prepare_query(options)
click to toggle source
# File lib/bitflyer_api/client.rb, line 23 def prepare_query(options) options.delete_if { |_, v| v.nil? } end