class Aperitifilm::Movie

Public Instance Methods

==(other_movie) click to toggle source
# File lib/aperitifilm/movie.rb, line 9
def ==(other_movie)
  self.id == other_movie.id
end
url() click to toggle source
# File lib/aperitifilm/movie.rb, line 5
def url
  "#{Aperitifilm::FILMWEB_URL}/#{id}"
end