Class: BuildingSync::ClothesWasherCapacity

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

Overview

http://buildingsync.net/schemas/bedes-auc/2019ClothesWasherCapacity

xmlattr_Source - SOAP::SOAPString

Constant Summary collapse

AttrSource =
XSD::QName.new("http://buildingsync.net/schemas/bedes-auc/2019", "Source")

Instance Method Summary collapse

Constructor Details

#initialize(*arg) ⇒ ClothesWasherCapacity

Returns a new instance of ClothesWasherCapacity.



22419
22420
22421
22422
# File 'lib/BuildingSync.rb', line 22419

def initialize(*arg)
  super
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



22407
22408
22409
# File 'lib/BuildingSync.rb', line 22407

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



22411
22412
22413
# File 'lib/BuildingSync.rb', line 22411

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



22415
22416
22417
# File 'lib/BuildingSync.rb', line 22415

def xmlattr_Source=(value)
  __xmlattr[AttrSource] = value
end