Top Level Namespace

Defined Under Namespace

Classes: Toadhopper, ToadhopperException

Instance Method Summary collapse

Instance Method Details

#Toadhopper(api_key) ⇒ Toadhopper

Convenience method for creating Toadhoppers

Returns:



283
284
285
# File 'lib/toadhopper.rb', line 283

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