Class: Spotlite::List

Inherits:
Object
  • Object
show all
Defined in:
lib/spotlite/list.rb

Overview

Represents a list of movies Search results, movies a person participated in, etc.

Direct Known Subclasses

ComingSoon, InTheaters, Search, Top

Instance Method Summary collapse

Instance Method Details

#moviesObject

Returns an array of Spotlite::Movie objects



7
8
9
# File 'lib/spotlite/list.rb', line 7

def movies
  @movies ||= parse_movies
end