Class: BuildingSync::LaundrySystemType::LaundryType::Combination

Inherits:
Object
  • Object
show all
Defined in:
lib/BuildingSync.rb

Overview

inner class for member: Combination http://buildingsync.net/schemas/bedes-auc/2019Combination

washerDryerType - SOAP::SOAPString
clothesWasherClassification - SOAP::SOAPString
clothesWasherLoaderType - SOAP::SOAPString
clothesWasherModifiedEnergyFactor - BuildingSync::ClothesWasherModifiedEnergyFactor
clothesWasherWaterFactor - BuildingSync::ClothesWasherWaterFactor
clothesWasherCapacity - BuildingSync::ClothesWasherCapacity
dryerType - SOAP::SOAPString
dryerElectricEnergyUsePerLoad - BuildingSync::DryerElectricEnergyUsePerLoad
dryerGasEnergyUsePerLoad - BuildingSync::DryerGasEnergyUsePerLoad

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(washerDryerType = nil, clothesWasherClassification = nil, clothesWasherLoaderType = nil, clothesWasherModifiedEnergyFactor = nil, clothesWasherWaterFactor = nil, clothesWasherCapacity = nil, dryerType = nil, dryerElectricEnergyUsePerLoad = nil, dryerGasEnergyUsePerLoad = nil) ⇒ Combination

Returns a new instance of Combination.



11429
11430
11431
11432
11433
11434
11435
11436
11437
11438
11439
# File 'lib/BuildingSync.rb', line 11429

def initialize(washerDryerType = nil, clothesWasherClassification = nil, clothesWasherLoaderType = nil, clothesWasherModifiedEnergyFactor = nil, clothesWasherWaterFactor = nil, clothesWasherCapacity = nil, dryerType = nil, dryerElectricEnergyUsePerLoad = nil, dryerGasEnergyUsePerLoad = nil)
  @washerDryerType = washerDryerType
  @clothesWasherClassification = clothesWasherClassification
  @clothesWasherLoaderType = clothesWasherLoaderType
  @clothesWasherModifiedEnergyFactor = clothesWasherModifiedEnergyFactor
  @clothesWasherWaterFactor = clothesWasherWaterFactor
  @clothesWasherCapacity = clothesWasherCapacity
  @dryerType = dryerType
  @dryerElectricEnergyUsePerLoad = dryerElectricEnergyUsePerLoad
  @dryerGasEnergyUsePerLoad = dryerGasEnergyUsePerLoad
end

Instance Attribute Details

#clothesWasherCapacityObject

Returns the value of attribute clothesWasherCapacity.



11424
11425
11426
# File 'lib/BuildingSync.rb', line 11424

def clothesWasherCapacity
  @clothesWasherCapacity
end

#clothesWasherClassificationObject

Returns the value of attribute clothesWasherClassification.



11420
11421
11422
# File 'lib/BuildingSync.rb', line 11420

def clothesWasherClassification
  @clothesWasherClassification
end

#clothesWasherLoaderTypeObject

Returns the value of attribute clothesWasherLoaderType.



11421
11422
11423
# File 'lib/BuildingSync.rb', line 11421

def clothesWasherLoaderType
  @clothesWasherLoaderType
end

#clothesWasherModifiedEnergyFactorObject

Returns the value of attribute clothesWasherModifiedEnergyFactor.



11422
11423
11424
# File 'lib/BuildingSync.rb', line 11422

def clothesWasherModifiedEnergyFactor
  @clothesWasherModifiedEnergyFactor
end

#clothesWasherWaterFactorObject

Returns the value of attribute clothesWasherWaterFactor.



11423
11424
11425
# File 'lib/BuildingSync.rb', line 11423

def clothesWasherWaterFactor
  @clothesWasherWaterFactor
end

#dryerElectricEnergyUsePerLoadObject

Returns the value of attribute dryerElectricEnergyUsePerLoad.



11426
11427
11428
# File 'lib/BuildingSync.rb', line 11426

def dryerElectricEnergyUsePerLoad
  @dryerElectricEnergyUsePerLoad
end

#dryerGasEnergyUsePerLoadObject

Returns the value of attribute dryerGasEnergyUsePerLoad.



11427
11428
11429
# File 'lib/BuildingSync.rb', line 11427

def dryerGasEnergyUsePerLoad
  @dryerGasEnergyUsePerLoad
end

#dryerTypeObject

Returns the value of attribute dryerType.



11425
11426
11427
# File 'lib/BuildingSync.rb', line 11425

def dryerType
  @dryerType
end

#washerDryerTypeObject

Returns the value of attribute washerDryerType.



11419
11420
11421
# File 'lib/BuildingSync.rb', line 11419

def washerDryerType
  @washerDryerType
end