Class: Biffbot::Analyze

Inherits:
Base
  • Object
show all
Defined in:
lib/biffbot/analyze.rb

Instance Method Summary collapse

Methods inherited from Base

#generate_url, #parse, #parse_options

Constructor Details

#initialize(token, url, options = {}) ⇒ Analyze

Returns a new instance of Analyze.



4
5
6
7
# File 'lib/biffbot/analyze.rb', line 4

def initialize token, url, options = {}
  @token = token
  parse(@token, 'analyze', url, options)
end