Class: BuildingSync::ScheduleType::ScheduleDetails::ScheduleDetail
- Inherits:
-
Object
- Object
- BuildingSync::ScheduleType::ScheduleDetails::ScheduleDetail
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019ScheduleDetail
dayType - SOAP::SOAPString
scheduleCategory - SOAP::SOAPString
dayStartTime - SOAP::SOAPTime
dayEndTime - SOAP::SOAPTime
partialOperationPercentage - BuildingSync::ScheduleType::ScheduleDetails::ScheduleDetail::PartialOperationPercentage
Defined Under Namespace
Classes: PartialOperationPercentage
Instance Attribute Summary collapse
-
#dayEndTime ⇒ Object
Returns the value of attribute dayEndTime.
-
#dayStartTime ⇒ Object
Returns the value of attribute dayStartTime.
-
#dayType ⇒ Object
Returns the value of attribute dayType.
-
#partialOperationPercentage ⇒ Object
Returns the value of attribute partialOperationPercentage.
-
#scheduleCategory ⇒ Object
Returns the value of attribute scheduleCategory.
Instance Method Summary collapse
-
#initialize(dayType = nil, scheduleCategory = nil, dayStartTime = nil, dayEndTime = nil, partialOperationPercentage = nil) ⇒ ScheduleDetail
constructor
A new instance of ScheduleDetail.
Constructor Details
#initialize(dayType = nil, scheduleCategory = nil, dayStartTime = nil, dayEndTime = nil, partialOperationPercentage = nil) ⇒ ScheduleDetail
Returns a new instance of ScheduleDetail.
1945 1946 1947 1948 1949 1950 1951 |
# File 'lib/BuildingSync.rb', line 1945 def initialize(dayType = nil, scheduleCategory = nil, dayStartTime = nil, dayEndTime = nil, partialOperationPercentage = nil) @dayType = dayType @scheduleCategory = scheduleCategory @dayStartTime = dayStartTime @dayEndTime = dayEndTime @partialOperationPercentage = partialOperationPercentage end |
Instance Attribute Details
#dayEndTime ⇒ Object
Returns the value of attribute dayEndTime.
1942 1943 1944 |
# File 'lib/BuildingSync.rb', line 1942 def dayEndTime @dayEndTime end |
#dayStartTime ⇒ Object
Returns the value of attribute dayStartTime.
1941 1942 1943 |
# File 'lib/BuildingSync.rb', line 1941 def dayStartTime @dayStartTime end |
#dayType ⇒ Object
Returns the value of attribute dayType.
1939 1940 1941 |
# File 'lib/BuildingSync.rb', line 1939 def dayType @dayType end |
#partialOperationPercentage ⇒ Object
Returns the value of attribute partialOperationPercentage.
1943 1944 1945 |
# File 'lib/BuildingSync.rb', line 1943 def partialOperationPercentage @partialOperationPercentage end |
#scheduleCategory ⇒ Object
Returns the value of attribute scheduleCategory.
1940 1941 1942 |
# File 'lib/BuildingSync.rb', line 1940 def scheduleCategory @scheduleCategory end |