Class: MyVR::Property

Inherits:
Model
  • Object
show all
Defined in:
lib/myvr/property.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

#initialize

Constructor Details

This class inherits a constructor from MyVR::Model

Instance Attribute Details

#accommodatesObject (readonly)

Returns the value of attribute accommodates.



3
4
5
# File 'lib/myvr/property.rb', line 3

def accommodates
  @accommodates
end

#activeObject (readonly)

Returns the value of attribute active.



3
4
5
# File 'lib/myvr/property.rb', line 3

def active
  @active
end

#allowTurnsObject (readonly)

Returns the value of attribute allowTurns.



3
4
5
# File 'lib/myvr/property.rb', line 3

def allowTurns
  @allowTurns
end

#amenitiesObject (readonly)

Returns the value of attribute amenities.



3
4
5
# File 'lib/myvr/property.rb', line 3

def amenities
  @amenities
end

#bathroomsObject (readonly)

Returns the value of attribute bathrooms.



3
4
5
# File 'lib/myvr/property.rb', line 3

def bathrooms
  @bathrooms
end

#bedroomsObject (readonly)

Returns the value of attribute bedrooms.



3
4
5
# File 'lib/myvr/property.rb', line 3

def bedrooms
  @bedrooms
end

#checkInTimeObject (readonly)

Returns the value of attribute checkInTime.



3
4
5
# File 'lib/myvr/property.rb', line 3

def checkInTime
  @checkInTime
end

#checkOutTimeObject (readonly)

Returns the value of attribute checkOutTime.



3
4
5
# File 'lib/myvr/property.rb', line 3

def checkOutTime
  @checkOutTime
end

#createdObject (readonly)

Returns the value of attribute created.



3
4
5
# File 'lib/myvr/property.rb', line 3

def created
  @created
end

#currencyObject (readonly)

Returns the value of attribute currency.



3
4
5
# File 'lib/myvr/property.rb', line 3

def currency
  @currency
end

#externalIdObject (readonly)

Returns the value of attribute externalId.



3
4
5
# File 'lib/myvr/property.rb', line 3

def externalId
  @externalId
end

#idObject (readonly)

Returns the value of attribute id.



3
4
5
# File 'lib/myvr/property.rb', line 3

def id
  @id
end

#manualObject (readonly)

Returns the value of attribute manual.



3
4
5
# File 'lib/myvr/property.rb', line 3

def manual
  @manual
end

#nameObject (readonly)

Returns the value of attribute name.



3
4
5
# File 'lib/myvr/property.rb', line 3

def name
  @name
end

#shortCodeObject (readonly)

Returns the value of attribute shortCode.



3
4
5
# File 'lib/myvr/property.rb', line 3

def shortCode
  @shortCode
end

#sizeObject (readonly)

Returns the value of attribute size.



3
4
5
# File 'lib/myvr/property.rb', line 3

def size
  @size
end

#suitableElderlyObject (readonly)

Returns the value of attribute suitableElderly.



3
4
5
# File 'lib/myvr/property.rb', line 3

def suitableElderly
  @suitableElderly
end

#suitableGroupsObject (readonly)

Returns the value of attribute suitableGroups.



3
4
5
# File 'lib/myvr/property.rb', line 3

def suitableGroups
  @suitableGroups
end

#suitableHandicapObject (readonly)

Returns the value of attribute suitableHandicap.



3
4
5
# File 'lib/myvr/property.rb', line 3

def suitableHandicap
  @suitableHandicap
end

#suitableKidsObject (readonly)

Returns the value of attribute suitableKids.



3
4
5
# File 'lib/myvr/property.rb', line 3

def suitableKids
  @suitableKids
end

#suitablePetsObject (readonly)

Returns the value of attribute suitablePets.



3
4
5
# File 'lib/myvr/property.rb', line 3

def suitablePets
  @suitablePets
end

#suitableSmokingObject (readonly)

Returns the value of attribute suitableSmoking.



3
4
5
# File 'lib/myvr/property.rb', line 3

def suitableSmoking
  @suitableSmoking
end

#typeObject (readonly)

Returns the value of attribute type.



3
4
5
# File 'lib/myvr/property.rb', line 3

def type
  @type
end

#uriObject (readonly)

Returns the value of attribute uri.



3
4
5
# File 'lib/myvr/property.rb', line 3

def uri
  @uri
end

#weekendNightsObject (readonly)

Returns the value of attribute weekendNights.



3
4
5
# File 'lib/myvr/property.rb', line 3

def weekendNights
  @weekendNights
end