class TMDb::SpokenLanguage
Attributes
iso_639_1[R]
name[R]
Public Instance Methods
code()
click to toggle source
Public: alias for the iso_639_1
attribute.
# File lib/tmdb-api/spoken_language.rb, line 6 def code @iso_639_1 end