class FanartApi::Movie

Private Instance Methods

find_path_with_params(options) click to toggle source
# File lib/fanart_api/movie.rb, line 113
def find_path_with_params(options)
  path_with_params(find_path, options.merge(kind: :movies))
end
latest_path_with_params(options) click to toggle source
# File lib/fanart_api/movie.rb, line 117
def latest_path_with_params(options)
  path_with_params(latest_path, options.merge(kind: :movies))
end