Class: Trakt::Genres
Instance Attribute Summary
Attributes included from Connection
Instance Method Summary collapse
Methods included from Connection
#initialize, #require_settings
Instance Method Details
#movies ⇒ Object
4 5 6 7 |
# File 'lib/trakt/genres.rb', line 4 def movies require_settings %w|apikey| get "/genres/movies.json",'' end |
#shows ⇒ Object
8 9 10 11 |
# File 'lib/trakt/genres.rb', line 8 def shows require_settings %w|apikey| get "/genres/shows.json",'' end |