Class: RefreshingmenusApi::Menu

Inherits:
APISmith::Smash
  • Object
show all
Defined in:
lib/refreshingmenus_api.rb

Defined Under Namespace

Classes: Entry

Instance Method Summary collapse

Instance Method Details

#fetch!(client) ⇒ Object

FIXME: What is the proper way to do this?



50
51
52
# File 'lib/refreshingmenus_api.rb', line 50

def fetch!(client)
  client.menu(self.guid)
end