Class: TMDb::KnownFor
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#media_type ⇒ Object
readonly
Returns the value of attribute media_type.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
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/known_for.rb', line 3 def id @id end |
#media_type ⇒ Object (readonly)
Returns the value of attribute media_type.
3 4 5 |
# File 'lib/tmdb-api/known_for.rb', line 3 def media_type @media_type end |
#title ⇒ Object (readonly)
Returns the value of attribute title.
3 4 5 |
# File 'lib/tmdb-api/known_for.rb', line 3 def title @title end |