Module: Vinegar::Client::Clip
- Included in:
- Vinegar::Client
- Defined in:
- lib/vinegar/client/movie/clip.rb
Overview
Clip
Instance Method Summary collapse
-
#clips_for_movie(movie_id, options = {}) ⇒ Hashie::Mash
Related movie clips and trailers for a movie.
Instance Method Details
#clips_for_movie(movie_id, options = {}) ⇒ Hashie::Mash
Related movie clips and trailers for a movie
20 21 22 |
# File 'lib/vinegar/client/movie/clip.rb', line 20 def clips_for_movie(movie_id, = {}) get("movies/#{movie_id}/clips.json", ) end |