Class: TraktApi::Shows::Seasons::Episodes

Inherits:
Base
  • Object
show all
Defined in:
lib/trakt_api/shows/seasons/episodes.rb

Instance Method Summary collapse

Methods inherited from Base

#params

Instance Method Details

#find(options) ⇒ Object



2
3
4
# File 'lib/trakt_api/shows/seasons/episodes.rb', line 2

def find(options)
  find_path_with_params(options).get
end

#find_url(options) ⇒ Object



6
7
8
# File 'lib/trakt_api/shows/seasons/episodes.rb', line 6

def find_url(options)
  find_path_with_params(options).url
end