Class: MyVR::Property
Instance Attribute Summary collapse
-
#accommodates ⇒ Object
readonly
Returns the value of attribute accommodates.
-
#active ⇒ Object
readonly
Returns the value of attribute active.
-
#allowTurns ⇒ Object
readonly
Returns the value of attribute allowTurns.
-
#amenities ⇒ Object
readonly
Returns the value of attribute amenities.
-
#bathrooms ⇒ Object
readonly
Returns the value of attribute bathrooms.
-
#bedrooms ⇒ Object
readonly
Returns the value of attribute bedrooms.
-
#checkInTime ⇒ Object
readonly
Returns the value of attribute checkInTime.
-
#checkOutTime ⇒ Object
readonly
Returns the value of attribute checkOutTime.
-
#created ⇒ Object
readonly
Returns the value of attribute created.
-
#currency ⇒ Object
readonly
Returns the value of attribute currency.
-
#externalId ⇒ Object
readonly
Returns the value of attribute externalId.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#manual ⇒ Object
readonly
Returns the value of attribute manual.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#shortCode ⇒ Object
readonly
Returns the value of attribute shortCode.
-
#size ⇒ Object
readonly
Returns the value of attribute size.
-
#suitableElderly ⇒ Object
readonly
Returns the value of attribute suitableElderly.
-
#suitableGroups ⇒ Object
readonly
Returns the value of attribute suitableGroups.
-
#suitableHandicap ⇒ Object
readonly
Returns the value of attribute suitableHandicap.
-
#suitableKids ⇒ Object
readonly
Returns the value of attribute suitableKids.
-
#suitablePets ⇒ Object
readonly
Returns the value of attribute suitablePets.
-
#suitableSmoking ⇒ Object
readonly
Returns the value of attribute suitableSmoking.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#uri ⇒ Object
readonly
Returns the value of attribute uri.
-
#weekendNights ⇒ Object
readonly
Returns the value of attribute weekendNights.
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from MyVR::Model
Instance Attribute Details
#accommodates ⇒ Object (readonly)
Returns the value of attribute accommodates.
3 4 5 |
# File 'lib/myvr/property.rb', line 3 def accommodates @accommodates end |
#active ⇒ Object (readonly)
Returns the value of attribute active.
3 4 5 |
# File 'lib/myvr/property.rb', line 3 def active @active end |
#allowTurns ⇒ Object (readonly)
Returns the value of attribute allowTurns.
3 4 5 |
# File 'lib/myvr/property.rb', line 3 def allowTurns @allowTurns end |
#amenities ⇒ Object (readonly)
Returns the value of attribute amenities.
3 4 5 |
# File 'lib/myvr/property.rb', line 3 def amenities @amenities end |
#bathrooms ⇒ Object (readonly)
Returns the value of attribute bathrooms.
3 4 5 |
# File 'lib/myvr/property.rb', line 3 def bathrooms @bathrooms end |
#bedrooms ⇒ Object (readonly)
Returns the value of attribute bedrooms.
3 4 5 |
# File 'lib/myvr/property.rb', line 3 def bedrooms @bedrooms end |
#checkInTime ⇒ Object (readonly)
Returns the value of attribute checkInTime.
3 4 5 |
# File 'lib/myvr/property.rb', line 3 def checkInTime @checkInTime end |
#checkOutTime ⇒ Object (readonly)
Returns the value of attribute checkOutTime.
3 4 5 |
# File 'lib/myvr/property.rb', line 3 def checkOutTime @checkOutTime end |
#created ⇒ Object (readonly)
Returns the value of attribute created.
3 4 5 |
# File 'lib/myvr/property.rb', line 3 def created @created end |
#currency ⇒ Object (readonly)
Returns the value of attribute currency.
3 4 5 |
# File 'lib/myvr/property.rb', line 3 def currency @currency end |
#externalId ⇒ Object (readonly)
Returns the value of attribute externalId.
3 4 5 |
# File 'lib/myvr/property.rb', line 3 def externalId @externalId end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
3 4 5 |
# File 'lib/myvr/property.rb', line 3 def id @id end |
#manual ⇒ Object (readonly)
Returns the value of attribute manual.
3 4 5 |
# File 'lib/myvr/property.rb', line 3 def manual @manual end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
3 4 5 |
# File 'lib/myvr/property.rb', line 3 def name @name end |
#shortCode ⇒ Object (readonly)
Returns the value of attribute shortCode.
3 4 5 |
# File 'lib/myvr/property.rb', line 3 def shortCode @shortCode end |
#size ⇒ Object (readonly)
Returns the value of attribute size.
3 4 5 |
# File 'lib/myvr/property.rb', line 3 def size @size end |
#suitableElderly ⇒ Object (readonly)
Returns the value of attribute suitableElderly.
3 4 5 |
# File 'lib/myvr/property.rb', line 3 def suitableElderly @suitableElderly end |
#suitableGroups ⇒ Object (readonly)
Returns the value of attribute suitableGroups.
3 4 5 |
# File 'lib/myvr/property.rb', line 3 def suitableGroups @suitableGroups end |
#suitableHandicap ⇒ Object (readonly)
Returns the value of attribute suitableHandicap.
3 4 5 |
# File 'lib/myvr/property.rb', line 3 def suitableHandicap @suitableHandicap end |
#suitableKids ⇒ Object (readonly)
Returns the value of attribute suitableKids.
3 4 5 |
# File 'lib/myvr/property.rb', line 3 def suitableKids @suitableKids end |
#suitablePets ⇒ Object (readonly)
Returns the value of attribute suitablePets.
3 4 5 |
# File 'lib/myvr/property.rb', line 3 def suitablePets @suitablePets end |
#suitableSmoking ⇒ Object (readonly)
Returns the value of attribute suitableSmoking.
3 4 5 |
# File 'lib/myvr/property.rb', line 3 def suitableSmoking @suitableSmoking end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
3 4 5 |
# File 'lib/myvr/property.rb', line 3 def type @type end |
#uri ⇒ Object (readonly)
Returns the value of attribute uri.
3 4 5 |
# File 'lib/myvr/property.rb', line 3 def uri @uri end |
#weekendNights ⇒ Object (readonly)
Returns the value of attribute weekendNights.
3 4 5 |
# File 'lib/myvr/property.rb', line 3 def weekendNights @weekendNights end |