Class: TMDb::SpokenLanguage

Inherits:
Base
  • Object
show all
Defined in:
lib/tmdb-api/spoken_language.rb

Constant Summary collapse

ATTRIBUTES =

Spoken language attributes

:iso_639_1, :name

Instance Method Summary collapse

Methods inherited from Base

bad_response, #initialize

Constructor Details

This class inherits a constructor from TMDb::Base

Instance Method Details

#codeObject

Public: alias for the iso_639_1 attribute.



10
11
12
# File 'lib/tmdb-api/spoken_language.rb', line 10

def code
  @iso_639_1
end