Method: HaveAPI::Action#prepare

Defined in:
lib/haveapi/action.rb

#prepareObject

Prepare object, set instance variables from URL parameters. This method should return queried object. If the method is not implemented or returns nil, action description will not contain link to an associated resource. – FIXME: is this correct behaviour? ++



357
# File 'lib/haveapi/action.rb', line 357

def prepare; end