Class: Biffbot::Product
Instance Method Summary collapse
-
#initialize(url, options = {}, token = Biffbot.token) ⇒ Hash
constructor
a new instance of Biffbot::Product.
Methods inherited from Base
#generate_url, #parse, #parse_options
Constructor Details
#initialize(url, options = {}, token = Biffbot.token) ⇒ Hash
a new instance of Biffbot::Product
10 11 12 |
# File 'lib/biffbot/product.rb', line 10 def initialize url, = {}, token = Biffbot.token parse(token, 'product', url, ) end |