class Coindcx::Rest::Client

Public Class Methods

new(key=nil, secret=nil) click to toggle source
# File lib/coindcx/rest/client.rb, line 13
def initialize key=nil, secret=nil
  @key, @secret = key, secret
end