Module: BlippexAPI::Client::Search
- Included in:
- BlippexAPI::Client
- Defined in:
- lib/blippex_api/client/search.rb
Instance Method Summary collapse
-
#search(opts = {}) ⇒ Hashie::Mash
Get search data.
Instance Method Details
permalink #search(opts = {}) ⇒ Hashie::Mash
Get search data
15 16 17 |
# File 'lib/blippex_api/client/search.rb', line 15 def search opts={} get 'search', opts end |