Class: GDAXClient::HTTP::ProductTicker::Get::Substitute

Inherits:
Object
  • Object
show all
Defined in:
lib/gdax_client/http/product_ticker/get.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#responseObject



54
55
56
# File 'lib/gdax_client/http/product_ticker/get.rb', line 54

def response
  @response ||= Response.new
end

Class Method Details

.buildObject



46
47
48
# File 'lib/gdax_client/http/product_ticker/get.rb', line 46

def self.build
  new
end

Instance Method Details

#call(product_id) ⇒ Object



50
51
52
# File 'lib/gdax_client/http/product_ticker/get.rb', line 50

def call(product_id)
  response
end