Module: Vinegar::Client::Cast
- Included in:
- Vinegar::Client
- Defined in:
- lib/vinegar/client/movie/cast.rb
Overview
Cast
Instance Method Summary collapse
-
#full_movie_cast(movie_id, options = {}) ⇒ Hashie::Mash
Pulls the complete movie cast for a movie.
Instance Method Details
#full_movie_cast(movie_id, options = {}) ⇒ Hashie::Mash
Pulls the complete movie cast for a movie
20 21 22 |
# File 'lib/vinegar/client/movie/cast.rb', line 20 def full_movie_cast(movie_id, = {}) get("movies/#{movie_id}/cast.json", ) end |