class FanartApi::Tv
Private Instance Methods
find_path_with_params(options)
click to toggle source
# File lib/fanart_api/tv.rb, line 111 def find_path_with_params(options) path_with_params(find_path, options.merge(kind: :tv)) end
latest_path_with_params(options)
click to toggle source
# File lib/fanart_api/tv.rb, line 115 def latest_path_with_params(options) path_with_params(latest_path, options.merge(kind: :tv)) end