Class: Travel::List
- Inherits:
-
Object
- Object
- Travel::List
- Defined in:
- lib/travel/list.rb
Class Method Summary collapse
Class Method Details
.choices_awards ⇒ Object
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# File 'lib/travel/list.rb', line 3 def self.choices_awards puts "1 - All Inclusive Resorts,\n2 - Attractions,\n3 - Beaches,\n4 - Destinations,\n5 - Destinations on the Rise,\n6 - Hotels,\n7 - Islands,\n8 - Landmarks,\n9 - Museums,\n10 - Restaurants\n" end |