Class: Spotlite::List
- Inherits:
-
Object
- Object
- Spotlite::List
- Defined in:
- lib/spotlite/list.rb
Overview
Represents a list of movies Search results, movies a person participated in, etc.
Direct Known Subclasses
Instance Method Summary collapse
-
#movies ⇒ Object
Returns an array of
Spotlite::Movie
objects.
Instance Method Details
#movies ⇒ Object
Returns an array of Spotlite::Movie
objects
7 8 9 |
# File 'lib/spotlite/list.rb', line 7 def movies @movies ||= parse_movies end |