Class: BuildingSync::LaundrySystemType::QuantityOfLaundry

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

Overview

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

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) ⇒ QuantityOfLaundry

Returns a new instance of QuantityOfLaundry.



11366
11367
11368
11369
# File 'lib/BuildingSync.rb', line 11366

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

Instance Method Details

#__xmlattrObject



11354
11355
11356
# File 'lib/BuildingSync.rb', line 11354

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



11358
11359
11360
# File 'lib/BuildingSync.rb', line 11358

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



11362
11363
11364
# File 'lib/BuildingSync.rb', line 11362

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