Class: BoxOffice::Weekend

Inherits:
Base
  • Object
show all
Defined in:
lib/boxoffice/weekend.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize, #movies

Constructor Details

This class inherits a constructor from BoxOffice::Base

Instance Method Details

#pathObject



3
4
5
# File 'lib/boxoffice/weekend.rb', line 3

def path
  "/weekend/#{formatted_date}"
end