Class: BuildingSync::ScheduleType::ScheduleDetails::ScheduleDetail

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#dayEndTimeObject

Returns the value of attribute dayEndTime.



1942
1943
1944
# File 'lib/BuildingSync.rb', line 1942

def dayEndTime
  @dayEndTime
end

#dayStartTimeObject

Returns the value of attribute dayStartTime.



1941
1942
1943
# File 'lib/BuildingSync.rb', line 1941

def dayStartTime
  @dayStartTime
end

#dayTypeObject

Returns the value of attribute dayType.



1939
1940
1941
# File 'lib/BuildingSync.rb', line 1939

def dayType
  @dayType
end

#partialOperationPercentageObject

Returns the value of attribute partialOperationPercentage.



1943
1944
1945
# File 'lib/BuildingSync.rb', line 1943

def partialOperationPercentage
  @partialOperationPercentage
end

#scheduleCategoryObject

Returns the value of attribute scheduleCategory.



1940
1941
1942
# File 'lib/BuildingSync.rb', line 1940

def scheduleCategory
  @scheduleCategory
end