Class: Bitflyer::HTTP::Private::Client

Inherits:
Object
  • Object
show all
Defined in:
lib/bitflyer/http/private.rb

Instance Method Summary collapse

Constructor Details

#initializeClient

Returns a new instance of Client.



5
6
7
# File 'lib/bitflyer/http/private.rb', line 5

def initialize
  @connection = Connection.new
end