Class: JustWatch::Content

Inherits:
Struct
  • Object
show all
Defined in:
lib/just_watch/content.rb

Direct Known Subclasses

Movie, TvShow

Instance Attribute Summary collapse

Instance Attribute Details

#directorObject

Returns the value of attribute director

Returns:

  • (Object)

    the current value of director



4
5
6
# File 'lib/just_watch/content.rb', line 4

def director
  @director
end

#full_pathObject

Returns the value of attribute full_path

Returns:

  • (Object)

    the current value of full_path



4
5
6
# File 'lib/just_watch/content.rb', line 4

def full_path
  @full_path
end

#genre_idsObject

Returns the value of attribute genre_ids

Returns:

  • (Object)

    the current value of genre_ids



4
5
6
# File 'lib/just_watch/content.rb', line 4

def genre_ids
  @genre_ids
end

#imdb_idObject

Returns the value of attribute imdb_id

Returns:

  • (Object)

    the current value of imdb_id



4
5
6
# File 'lib/just_watch/content.rb', line 4

def imdb_id
  @imdb_id
end

#justwatch_idObject

Returns the value of attribute justwatch_id

Returns:

  • (Object)

    the current value of justwatch_id



4
5
6
# File 'lib/just_watch/content.rb', line 4

def justwatch_id
  @justwatch_id
end

#object_typeObject

Returns the value of attribute object_type

Returns:

  • (Object)

    the current value of object_type



4
5
6
# File 'lib/just_watch/content.rb', line 4

def object_type
  @object_type
end

#offersObject

Returns the value of attribute offers

Returns:

  • (Object)

    the current value of offers



4
5
6
# File 'lib/just_watch/content.rb', line 4

def offers
  @offers
end

#original_languageObject

Returns the value of attribute original_language

Returns:

  • (Object)

    the current value of original_language



4
5
6
# File 'lib/just_watch/content.rb', line 4

def original_language
  @original_language
end

#original_release_yearObject

Returns the value of attribute original_release_year

Returns:

  • (Object)

    the current value of original_release_year



4
5
6
# File 'lib/just_watch/content.rb', line 4

def original_release_year
  @original_release_year
end

#original_titleObject

Returns the value of attribute original_title

Returns:

  • (Object)

    the current value of original_title



4
5
6
# File 'lib/just_watch/content.rb', line 4

def original_title
  @original_title
end

#production_countriesObject

Returns the value of attribute production_countries

Returns:

  • (Object)

    the current value of production_countries



4
5
6
# File 'lib/just_watch/content.rb', line 4

def production_countries
  @production_countries
end

#runtimeObject

Returns the value of attribute runtime

Returns:

  • (Object)

    the current value of runtime



4
5
6
# File 'lib/just_watch/content.rb', line 4

def runtime
  @runtime
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



4
5
6
# File 'lib/just_watch/content.rb', line 4

def title
  @title
end

#tmdb_idObject

Returns the value of attribute tmdb_id

Returns:

  • (Object)

    the current value of tmdb_id



4
5
6
# File 'lib/just_watch/content.rb', line 4

def tmdb_id
  @tmdb_id
end