Top Level Namespace
Defined Under Namespace
Modules: Harvest
Constant Summary collapse
- PluginPath =
Plugins
File.join(File.dirname(__FILE__), "harvest", "plugins")
Instance Method Summary collapse
-
#Harvest(options = {}) ⇒ Object
Shortcut for Harvest::Base.new.
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"})
35 36 37 |
# File 'lib/harvest.rb', line 35 def Harvest(={}) Harvest::Base.new() end |