module Harvest
Exposes the Harvest
API to Hammerhead
.
Public Class Methods
connection()
click to toggle source
Returns the sole Harvest::Connection
instance.
# File lib/harvest.rb, line 13 def connection Harvest::Connection.instance end