Class: ImdbMovie
- Inherits:
-
Object
- Object
- ImdbMovie
- Defined in:
- lib/imdb/imdb_movie.rb
Instance Attribute Summary collapse
-
#actors ⇒ Object
Returns the value of attribute actors.
-
#certification ⇒ Object
Returns the value of attribute certification.
-
#company ⇒ Object
Returns the value of attribute company.
-
#directors ⇒ Object
Returns the value of attribute directors.
-
#genres ⇒ Object
Returns the value of attribute genres.
-
#imdb_id ⇒ Object
Returns the value of attribute imdb_id.
-
#plot ⇒ Object
Returns the value of attribute plot.
-
#poster_url ⇒ Object
Returns the value of attribute poster_url.
-
#rating ⇒ Object
Returns the value of attribute rating.
-
#release_date ⇒ Object
Returns the value of attribute release_date.
-
#releases ⇒ Object
Returns the value of attribute releases.
-
#runtime ⇒ Object
Returns the value of attribute runtime.
-
#tagline ⇒ Object
Returns the value of attribute tagline.
-
#title ⇒ Object
Returns the value of attribute title.
-
#writers ⇒ Object
Returns the value of attribute writers.
Instance Attribute Details
#actors ⇒ Object
Returns the value of attribute actors.
2 3 4 |
# File 'lib/imdb/imdb_movie.rb', line 2 def actors @actors end |
#certification ⇒ Object
Returns the value of attribute certification.
2 3 4 |
# File 'lib/imdb/imdb_movie.rb', line 2 def certification @certification end |
#company ⇒ Object
Returns the value of attribute company.
2 3 4 |
# File 'lib/imdb/imdb_movie.rb', line 2 def company @company end |
#directors ⇒ Object
Returns the value of attribute directors.
2 3 4 |
# File 'lib/imdb/imdb_movie.rb', line 2 def directors @directors end |
#genres ⇒ Object
Returns the value of attribute genres.
2 3 4 |
# File 'lib/imdb/imdb_movie.rb', line 2 def genres @genres end |
#imdb_id ⇒ Object
Returns the value of attribute imdb_id.
2 3 4 |
# File 'lib/imdb/imdb_movie.rb', line 2 def imdb_id @imdb_id end |
#plot ⇒ Object
Returns the value of attribute plot.
2 3 4 |
# File 'lib/imdb/imdb_movie.rb', line 2 def plot @plot end |
#poster_url ⇒ Object
Returns the value of attribute poster_url.
2 3 4 |
# File 'lib/imdb/imdb_movie.rb', line 2 def poster_url @poster_url end |
#rating ⇒ Object
Returns the value of attribute rating.
2 3 4 |
# File 'lib/imdb/imdb_movie.rb', line 2 def @rating end |
#release_date ⇒ Object
Returns the value of attribute release_date.
2 3 4 |
# File 'lib/imdb/imdb_movie.rb', line 2 def release_date @release_date end |
#releases ⇒ Object
Returns the value of attribute releases.
2 3 4 |
# File 'lib/imdb/imdb_movie.rb', line 2 def releases @releases end |
#runtime ⇒ Object
Returns the value of attribute runtime.
2 3 4 |
# File 'lib/imdb/imdb_movie.rb', line 2 def runtime @runtime end |
#tagline ⇒ Object
Returns the value of attribute tagline.
2 3 4 |
# File 'lib/imdb/imdb_movie.rb', line 2 def tagline @tagline end |
#title ⇒ Object
Returns the value of attribute title.
2 3 4 |
# File 'lib/imdb/imdb_movie.rb', line 2 def title @title end |
#writers ⇒ Object
Returns the value of attribute writers.
2 3 4 |
# File 'lib/imdb/imdb_movie.rb', line 2 def writers @writers end |