Class: BuildingSync::LaundrySystemType::LaundryType::Washer
- Inherits:
-
Object
- Object
- BuildingSync::LaundrySystemType::LaundryType::Washer
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: Washer http://buildingsync.net/schemas/bedes-auc/2019Washer
clothesWasherClassification - SOAP::SOAPString
clothesWasherLoaderType - SOAP::SOAPString
clothesWasherModifiedEnergyFactor - BuildingSync::ClothesWasherModifiedEnergyFactor
clothesWasherWaterFactor - BuildingSync::ClothesWasherWaterFactor
clothesWasherCapacity - BuildingSync::ClothesWasherCapacity
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.
Instance Method Summary collapse
-
#initialize(clothesWasherClassification = nil, clothesWasherLoaderType = nil, clothesWasherModifiedEnergyFactor = nil, clothesWasherWaterFactor = nil, clothesWasherCapacity = nil) ⇒ Washer
constructor
A new instance of Washer.
Constructor Details
#initialize(clothesWasherClassification = nil, clothesWasherLoaderType = nil, clothesWasherModifiedEnergyFactor = nil, clothesWasherWaterFactor = nil, clothesWasherCapacity = nil) ⇒ Washer
Returns a new instance of Washer.
11381 11382 11383 11384 11385 11386 11387 |
# File 'lib/BuildingSync.rb', line 11381 def initialize(clothesWasherClassification = nil, clothesWasherLoaderType = nil, clothesWasherModifiedEnergyFactor = nil, clothesWasherWaterFactor = nil, clothesWasherCapacity = nil) @clothesWasherClassification = clothesWasherClassification @clothesWasherLoaderType = clothesWasherLoaderType @clothesWasherModifiedEnergyFactor = clothesWasherModifiedEnergyFactor @clothesWasherWaterFactor = clothesWasherWaterFactor @clothesWasherCapacity = clothesWasherCapacity end |
Instance Attribute Details
#clothesWasherCapacity ⇒ Object
Returns the value of attribute clothesWasherCapacity.
11379 11380 11381 |
# File 'lib/BuildingSync.rb', line 11379 def clothesWasherCapacity @clothesWasherCapacity end |
#clothesWasherClassification ⇒ Object
Returns the value of attribute clothesWasherClassification.
11375 11376 11377 |
# File 'lib/BuildingSync.rb', line 11375 def clothesWasherClassification @clothesWasherClassification end |
#clothesWasherLoaderType ⇒ Object
Returns the value of attribute clothesWasherLoaderType.
11376 11377 11378 |
# File 'lib/BuildingSync.rb', line 11376 def clothesWasherLoaderType @clothesWasherLoaderType end |
#clothesWasherModifiedEnergyFactor ⇒ Object
Returns the value of attribute clothesWasherModifiedEnergyFactor.
11377 11378 11379 |
# File 'lib/BuildingSync.rb', line 11377 def clothesWasherModifiedEnergyFactor @clothesWasherModifiedEnergyFactor end |
#clothesWasherWaterFactor ⇒ Object
Returns the value of attribute clothesWasherWaterFactor.
11378 11379 11380 |
# File 'lib/BuildingSync.rb', line 11378 def clothesWasherWaterFactor @clothesWasherWaterFactor end |