Class: TMDb::ProductionCountry
- Defined in:
- lib/tmdb-api/production_country.rb
Constant Summary collapse
- ATTRIBUTES =
Genre attributes
:iso_3166_1, :name
Instance Method Summary collapse
-
#code ⇒ Object
Public: alias for the iso_3166_1 attribute.
Methods inherited from Base
Constructor Details
This class inherits a constructor from TMDb::Base
Instance Method Details
#code ⇒ Object
Public: alias for the iso_3166_1 attribute.
10 11 12 |
# File 'lib/tmdb-api/production_country.rb', line 10 def code @iso_3166_1 end |