Class: TMDb::ProductionCompany

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

bad_response, #initialize

Constructor Details

This class inherits a constructor from TMDb::Base

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id.



3
4
5
# File 'lib/tmdb-api/production_company.rb', line 3

def id
  @id
end

#nameObject (readonly)

Returns the value of attribute name.



3
4
5
# File 'lib/tmdb-api/production_company.rb', line 3

def name
  @name
end