class ThetvdbApi::Actor

Private Instance Methods

find_path() click to toggle source
# File lib/thetvdb_api/actor.rb, line 52
def find_path
  ':apikey/series/:series_id/actors.xml'
end
find_path_with_params(options) click to toggle source
# File lib/thetvdb_api/actor.rb, line 48
def find_path_with_params(options)
  path(find_path).params(api_key_options.merge(options))
end