Top Level Namespace

Defined Under Namespace

Classes: Toadhopper

Instance Method Summary collapse

Instance Method Details

#Toadhopper(api_key) ⇒ Toadhopper

Convenience method for creating Toadhoppers

Returns:



179
180
181
# File 'lib/toadhopper.rb', line 179

def Toadhopper(api_key)
  Toadhopper.new(api_key)
end