class AllInclusiveResort

Attributes

location[RW]
name[RW]

Public Class Methods

new(name, location) click to toggle source
# File lib/travel/all_inclusive_resorts.rb, line 4
def initialize(name, location)
        @name = name 
        @location = location
end