Class: RestaurantWeekBoston::Runner
- Inherits:
-
Object
- Object
- RestaurantWeekBoston::Runner
- Defined in:
- lib/restaurant_week_boston/runner.rb
Overview
Used in the executable script, restaurant_week_boston
.
Instance Method Summary collapse
-
#initialize(argv) ⇒ Runner
constructor
A new instance of Runner.
- #run ⇒ Object
Constructor Details
#initialize(argv) ⇒ Runner
Returns a new instance of Runner.
8 9 10 11 12 13 14 |
# File 'lib/restaurant_week_boston/runner.rb', line 8 def initialize(argv) @argv = argv @options = { :meal => :all, :neighborhood => :all, } end |