class GDAXClient::HTTP::ProductTicker::Get::Substitute
Attributes
response[W]
Public Class Methods
build()
click to toggle source
# File lib/gdax_client/http/product_ticker/get.rb, line 46 def self.build new end
Public Instance Methods
call(product_id)
click to toggle source
# File lib/gdax_client/http/product_ticker/get.rb, line 50 def call(product_id) response end
response()
click to toggle source
# File lib/gdax_client/http/product_ticker/get.rb, line 54 def response @response ||= Response.new end