Top Level Namespace

Defined Under Namespace

Modules: Harvest

Constant Summary collapse

PluginPath =

Plugins

File.join(File.dirname(__FILE__), "harvest", "plugins")

Instance Method Summary collapse

Instance Method Details

#Harvest(options = {}) ⇒ Object

Shortcut for Harvest::Base.new

Example: Harvest(:email => “[email protected]”,

:password   => "secret", 
:sub_domain => "frenchie",
:headers    => {"User-Agent => "Harvest Rubygem"})


34
35
36
# File 'lib/harvest.rb', line 34

def Harvest(options={})
  Harvest::Base.new(options)
end