Method: Panda::Finders::FindOne#find_object_by_path

Defined in:
lib/panda/modules/finders.rb

#find_object_by_path(url, map = {}) ⇒ Object



16
17
18
19
20
# File 'lib/panda/modules/finders.rb', line 16

def find_object_by_path(url, map={})
  rest_url = create_rest_url(url, map)
  params = extract_unmapped_variables(url, map)
  connection.get(rest_url, params)
end