Class: Booker::Models::Room

Inherits:
Model
  • Object
show all
Defined in:
lib/booker/models/room.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

constantize, from_hash, from_list, #initialize, time_from_booker_datetime, time_to_booker_datetime, timezone_from_booker_offset!, timezone_from_booker_timezone, #to_hash, #to_json, to_wday

Constructor Details

This class inherits a constructor from Booker::Models::Model

Instance Attribute Details

#CapacityObject

Returns the value of attribute Capacity.



4
5
6
# File 'lib/booker/models/room.rb', line 4

def Capacity
  @Capacity
end

#DescriptionObject

Returns the value of attribute Description.



4
5
6
# File 'lib/booker/models/room.rb', line 4

def Description
  @Description
end

#IDObject

Returns the value of attribute ID.



4
5
6
# File 'lib/booker/models/room.rb', line 4

def ID
  @ID
end

#LocationIDObject

Returns the value of attribute LocationID.



4
5
6
# File 'lib/booker/models/room.rb', line 4

def LocationID
  @LocationID
end

#NameObject

Returns the value of attribute Name.



4
5
6
# File 'lib/booker/models/room.rb', line 4

def Name
  @Name
end

#TreatmentsObject

Returns the value of attribute Treatments.



4
5
6
# File 'lib/booker/models/room.rb', line 4

def Treatments
  @Treatments
end