module TMDb

Constants

VERSION

Attributes

api_key[W]

Set the API Key that will be use to fetch the data or retrieve it from the environment variable $TMDB_API_KEY.

default_language[RW]

Set the default language of the fetched data.

Public Class Methods

api_key() click to toggle source
# File lib/tmdb-api.rb, line 27
def api_key
  @api_key || ENV['TMDB_API_KEY']
end