Class: BuildingSync::LaundrySystemType::LaundryType::Combination
- Inherits:
-
Object
- Object
- BuildingSync::LaundrySystemType::LaundryType::Combination
- 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
-
#clothesWasherCapacity ⇒ Object
Returns the value of attribute clothesWasherCapacity.
-
#clothesWasherClassification ⇒ Object
Returns the value of attribute clothesWasherClassification.
-
#clothesWasherLoaderType ⇒ Object
Returns the value of attribute clothesWasherLoaderType.
-
#clothesWasherModifiedEnergyFactor ⇒ Object
Returns the value of attribute clothesWasherModifiedEnergyFactor.
-
#clothesWasherWaterFactor ⇒ Object
Returns the value of attribute clothesWasherWaterFactor.
-
#dryerElectricEnergyUsePerLoad ⇒ Object
Returns the value of attribute dryerElectricEnergyUsePerLoad.
-
#dryerGasEnergyUsePerLoad ⇒ Object
Returns the value of attribute dryerGasEnergyUsePerLoad.
-
#dryerType ⇒ Object
Returns the value of attribute dryerType.
-
#washerDryerType ⇒ Object
Returns the value of attribute washerDryerType.
Instance Method Summary collapse
-
#initialize(washerDryerType = nil, clothesWasherClassification = nil, clothesWasherLoaderType = nil, clothesWasherModifiedEnergyFactor = nil, clothesWasherWaterFactor = nil, clothesWasherCapacity = nil, dryerType = nil, dryerElectricEnergyUsePerLoad = nil, dryerGasEnergyUsePerLoad = nil) ⇒ Combination
constructor
A new instance of Combination.
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
#clothesWasherCapacity ⇒ Object
Returns the value of attribute clothesWasherCapacity.
11424 11425 11426 |
# File 'lib/BuildingSync.rb', line 11424 def clothesWasherCapacity @clothesWasherCapacity end |
#clothesWasherClassification ⇒ Object
Returns the value of attribute clothesWasherClassification.
11420 11421 11422 |
# File 'lib/BuildingSync.rb', line 11420 def clothesWasherClassification @clothesWasherClassification end |
#clothesWasherLoaderType ⇒ Object
Returns the value of attribute clothesWasherLoaderType.
11421 11422 11423 |
# File 'lib/BuildingSync.rb', line 11421 def clothesWasherLoaderType @clothesWasherLoaderType end |
#clothesWasherModifiedEnergyFactor ⇒ Object
Returns the value of attribute clothesWasherModifiedEnergyFactor.
11422 11423 11424 |
# File 'lib/BuildingSync.rb', line 11422 def clothesWasherModifiedEnergyFactor @clothesWasherModifiedEnergyFactor end |
#clothesWasherWaterFactor ⇒ Object
Returns the value of attribute clothesWasherWaterFactor.
11423 11424 11425 |
# File 'lib/BuildingSync.rb', line 11423 def clothesWasherWaterFactor @clothesWasherWaterFactor end |
#dryerElectricEnergyUsePerLoad ⇒ Object
Returns the value of attribute dryerElectricEnergyUsePerLoad.
11426 11427 11428 |
# File 'lib/BuildingSync.rb', line 11426 def dryerElectricEnergyUsePerLoad @dryerElectricEnergyUsePerLoad end |
#dryerGasEnergyUsePerLoad ⇒ Object
Returns the value of attribute dryerGasEnergyUsePerLoad.
11427 11428 11429 |
# File 'lib/BuildingSync.rb', line 11427 def dryerGasEnergyUsePerLoad @dryerGasEnergyUsePerLoad end |
#dryerType ⇒ Object
Returns the value of attribute dryerType.
11425 11426 11427 |
# File 'lib/BuildingSync.rb', line 11425 def dryerType @dryerType end |
#washerDryerType ⇒ Object
Returns the value of attribute washerDryerType.
11419 11420 11421 |
# File 'lib/BuildingSync.rb', line 11419 def washerDryerType @washerDryerType end |