class Morpheus::SearchInterface

Public Instance Methods

base_path() click to toggle source
# File lib/morpheus/api/search_interface.rb, line 5
def base_path
  "/api/search"
end
list(params={}) click to toggle source
# File lib/morpheus/api/search_interface.rb, line 9
def list(params={})
  execute(method: :get, url: "#{base_path}", params: params)
end