class ThetvdbApi::Series
Private Instance Methods
find_full_path()
click to toggle source
# File lib/thetvdb_api/series.rb, line 144 def find_full_path ':apikey/series/:id/all/:language.xml' end
find_full_path_with_params(options)
click to toggle source
# File lib/thetvdb_api/series.rb, line 140 def find_full_path_with_params(options) path(find_full_path).params(api_key_with_language_options.merge(options)) end
find_path()
click to toggle source
# File lib/thetvdb_api/series.rb, line 136 def find_path ':apikey/series/:id/:language.xml' end
find_path_with_params(options)
click to toggle source
# File lib/thetvdb_api/series.rb, line 132 def find_path_with_params(options) path(find_path).params(api_key_with_language_options.merge(options)) end