Class: ImdbMovie

Inherits:
Object
  • Object
show all
Defined in:
lib/imdb/imdb_movie.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actorsObject

Returns the value of attribute actors.



2
3
4
# File 'lib/imdb/imdb_movie.rb', line 2

def actors
  @actors
end

#certificationObject

Returns the value of attribute certification.



2
3
4
# File 'lib/imdb/imdb_movie.rb', line 2

def certification
  @certification
end

#companyObject

Returns the value of attribute company.



2
3
4
# File 'lib/imdb/imdb_movie.rb', line 2

def company
  @company
end

#directorsObject

Returns the value of attribute directors.



2
3
4
# File 'lib/imdb/imdb_movie.rb', line 2

def directors
  @directors
end

#genresObject

Returns the value of attribute genres.



2
3
4
# File 'lib/imdb/imdb_movie.rb', line 2

def genres
  @genres
end

#imdb_idObject

Returns the value of attribute imdb_id.



2
3
4
# File 'lib/imdb/imdb_movie.rb', line 2

def imdb_id
  @imdb_id
end

#plotObject

Returns the value of attribute plot.



2
3
4
# File 'lib/imdb/imdb_movie.rb', line 2

def plot
  @plot
end

#poster_urlObject

Returns the value of attribute poster_url.



2
3
4
# File 'lib/imdb/imdb_movie.rb', line 2

def poster_url
  @poster_url
end

#ratingObject

Returns the value of attribute rating.



2
3
4
# File 'lib/imdb/imdb_movie.rb', line 2

def rating
  @rating
end

#release_dateObject

Returns the value of attribute release_date.



2
3
4
# File 'lib/imdb/imdb_movie.rb', line 2

def release_date
  @release_date
end

#runtimeObject

Returns the value of attribute runtime.



2
3
4
# File 'lib/imdb/imdb_movie.rb', line 2

def runtime
  @runtime
end

#taglineObject

Returns the value of attribute tagline.



2
3
4
# File 'lib/imdb/imdb_movie.rb', line 2

def tagline
  @tagline
end

#titleObject

Returns the value of attribute title.



2
3
4
# File 'lib/imdb/imdb_movie.rb', line 2

def title
  @title
end

#writersObject

Returns the value of attribute writers.



2
3
4
# File 'lib/imdb/imdb_movie.rb', line 2

def writers
  @writers
end