Class: BuildingSync::DuctSystemType::DuctPressureTestLeakageRate

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

Overview

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

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

Returns a new instance of DuctPressureTestLeakageRate.



7394
7395
7396
7397
# File 'lib/BuildingSync.rb', line 7394

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

Instance Method Details

#__xmlattrObject



7382
7383
7384
# File 'lib/BuildingSync.rb', line 7382

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



7386
7387
7388
# File 'lib/BuildingSync.rb', line 7386

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



7390
7391
7392
# File 'lib/BuildingSync.rb', line 7390

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