Class: BuildingSync::LaundrySystemType::LaundryType::Washer

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

Instance Method Summary collapse

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

#clothesWasherCapacityObject

Returns the value of attribute clothesWasherCapacity.



11379
11380
11381
# File 'lib/BuildingSync.rb', line 11379

def clothesWasherCapacity
  @clothesWasherCapacity
end

#clothesWasherClassificationObject

Returns the value of attribute clothesWasherClassification.



11375
11376
11377
# File 'lib/BuildingSync.rb', line 11375

def clothesWasherClassification
  @clothesWasherClassification
end

#clothesWasherLoaderTypeObject

Returns the value of attribute clothesWasherLoaderType.



11376
11377
11378
# File 'lib/BuildingSync.rb', line 11376

def clothesWasherLoaderType
  @clothesWasherLoaderType
end

#clothesWasherModifiedEnergyFactorObject

Returns the value of attribute clothesWasherModifiedEnergyFactor.



11377
11378
11379
# File 'lib/BuildingSync.rb', line 11377

def clothesWasherModifiedEnergyFactor
  @clothesWasherModifiedEnergyFactor
end

#clothesWasherWaterFactorObject

Returns the value of attribute clothesWasherWaterFactor.



11378
11379
11380
# File 'lib/BuildingSync.rb', line 11378

def clothesWasherWaterFactor
  @clothesWasherWaterFactor
end