Class: Kayak::Hotel

Inherits:
Object
  • Object
show all
Defined in:
lib/kayak/hotel.rb

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject

Returns the value of attribute address.



3
4
5
# File 'lib/kayak/hotel.rb', line 3

def address
  @address
end

#cityObject

Returns the value of attribute city.



3
4
5
# File 'lib/kayak/hotel.rb', line 3

def city
  @city
end

#countryObject

Returns the value of attribute country.



3
4
5
# File 'lib/kayak/hotel.rb', line 3

def country
  @country
end

#hipriceObject

Returns the value of attribute hiprice.



3
4
5
# File 'lib/kayak/hotel.rb', line 3

def hiprice
  @hiprice
end

#lopriceObject

Returns the value of attribute loprice.



3
4
5
# File 'lib/kayak/hotel.rb', line 3

def loprice
  @loprice
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/kayak/hotel.rb', line 3

def name
  @name
end

#phoneObject

Returns the value of attribute phone.



3
4
5
# File 'lib/kayak/hotel.rb', line 3

def phone
  @phone
end

#priceObject

Returns the value of attribute price.



3
4
5
# File 'lib/kayak/hotel.rb', line 3

def price
  @price
end

#regionObject

Returns the value of attribute region.



3
4
5
# File 'lib/kayak/hotel.rb', line 3

def region
  @region
end

#starsObject

Returns the value of attribute stars.



3
4
5
# File 'lib/kayak/hotel.rb', line 3

def stars
  @stars
end

#urlObject

Returns the value of attribute url.



3
4
5
# File 'lib/kayak/hotel.rb', line 3

def url
  @url
end