Class: Locu::Venue

Inherits:
LocuObject show all
Defined in:
lib/locu_wrapper/venue.rb

Instance Method Summary collapse

Methods inherited from LocuObject

#method_missing, #respond_to?, #search_by

Constructor Details

#initialize(host, path, api_key) ⇒ Venue

Returns a new instance of Venue.



3
4
5
# File 'lib/locu_wrapper/venue.rb', line 3

def initialize(host, path, api_key)
  super(host, path, api_key)
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Locu::LocuObject