Class: TMDb::KnownFor

Inherits:
Base
  • Object
show all
Defined in:
lib/tmdb-api/known_for.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/known_for.rb', line 3

def id
  @id
end

#media_typeObject (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

#titleObject (readonly)

Returns the value of attribute title.



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

def title
  @title
end