Class: Travel::List

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

Class Method Summary collapse

Class Method Details

.choices_awardsObject



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 <<-DOC
1 - All Inclusive Resorts,
2 - Attractions,
3 - Beaches,
4 - Destinations,
5 - Destinations on the Rise,
6 - Hotels,
7 - Islands,
8 - Landmarks,
9 - Museums,
10 - Restaurants
DOC
end