Module: Yammer::Client::Search
- Included in:
- Yammer::Client
- Defined in:
- lib/yammer/client/search.rb
Overview
Defines methods related to search
Instance Method Summary collapse
-
#search(query, options = {}) ⇒ Hashie::Mash
Returns the 20 lists of messages, users, tags and groups that match the user's search query.
Instance Method Details
#search(query, options = {}) ⇒ Hashie::Mash
Returns the 20 lists of messages, users, tags and groups that match the user's search query.
18 19 20 |
# File 'lib/yammer/client/search.rb', line 18 def search(query, ={}) get('search', .merge({:search => query})) end |