Module: Yourub::REST::Search

Included in:
API
Defined in:
lib/yourub/rest/search.rb

Class Method Summary collapse

Class Method Details

.list(client, params) ⇒ Object

Examples:

client = Yourub::Client.new
req = Yourub::REST::Search.list(client, params)

Parameters:



15
16
17
# File 'lib/yourub/rest/search.rb', line 15

def list(client, params)
  Yourub::REST::Request.new(client,"search", "list", params)
end