Class: Kayak::Hotel
- Inherits:
-
Object
- Object
- Kayak::Hotel
- Defined in:
- lib/kayak/hotel.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#city ⇒ Object
Returns the value of attribute city.
-
#country ⇒ Object
Returns the value of attribute country.
-
#hiprice ⇒ Object
Returns the value of attribute hiprice.
-
#loprice ⇒ Object
Returns the value of attribute loprice.
-
#name ⇒ Object
Returns the value of attribute name.
-
#phone ⇒ Object
Returns the value of attribute phone.
-
#price ⇒ Object
Returns the value of attribute price.
-
#region ⇒ Object
Returns the value of attribute region.
-
#stars ⇒ Object
Returns the value of attribute stars.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
3 4 5 |
# File 'lib/kayak/hotel.rb', line 3 def address @address end |
#city ⇒ Object
Returns the value of attribute city.
3 4 5 |
# File 'lib/kayak/hotel.rb', line 3 def city @city end |
#country ⇒ Object
Returns the value of attribute country.
3 4 5 |
# File 'lib/kayak/hotel.rb', line 3 def country @country end |
#hiprice ⇒ Object
Returns the value of attribute hiprice.
3 4 5 |
# File 'lib/kayak/hotel.rb', line 3 def hiprice @hiprice end |
#loprice ⇒ Object
Returns the value of attribute loprice.
3 4 5 |
# File 'lib/kayak/hotel.rb', line 3 def loprice @loprice end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/kayak/hotel.rb', line 3 def name @name end |
#phone ⇒ Object
Returns the value of attribute phone.
3 4 5 |
# File 'lib/kayak/hotel.rb', line 3 def phone @phone end |
#price ⇒ Object
Returns the value of attribute price.
3 4 5 |
# File 'lib/kayak/hotel.rb', line 3 def price @price end |
#region ⇒ Object
Returns the value of attribute region.
3 4 5 |
# File 'lib/kayak/hotel.rb', line 3 def region @region end |
#stars ⇒ Object
Returns the value of attribute stars.
3 4 5 |
# File 'lib/kayak/hotel.rb', line 3 def stars @stars end |
#url ⇒ Object
Returns the value of attribute url.
3 4 5 |
# File 'lib/kayak/hotel.rb', line 3 def url @url end |