Class: TMDb::ProductionCompany
- Defined in:
- lib/tmdb-api/production_company.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from TMDb::Base
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id.
3 4 5 |
# File 'lib/tmdb-api/production_company.rb', line 3 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
3 4 5 |
# File 'lib/tmdb-api/production_company.rb', line 3 def name @name end |