Class: Locu::Menu

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

Instance Method Summary collapse

Methods inherited from LocuObject

#method_missing, #respond_to?, #search_by

Constructor Details

#initialize(host, path, api_key) ⇒ Menu

Returns a new instance of Menu.



6
7
8
# File 'lib/locu_wrapper/menu.rb', line 6

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