Module: Simplewoo::Client::Match
- Included in:
- Simplewoo::Client
- Defined in:
- lib/simplewoo/client/match.rb
Instance Method Summary collapse
-
#match_for_slider(id, options = {}) ⇒ Hashie::Mash
Returns the matched entities and matched personalities for the slider.
Instance Method Details
#match_for_slider(id, options = {}) ⇒ Hashie::Mash
Returns the matched entities and matched personalities for the slider
14 15 16 |
# File 'lib/simplewoo/client/match.rb', line 14 def (id, = {}) get("/sliders/#{id}/results", ). end |