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.



7475
7476
7477
7478
# File 'lib/BuildingSync.rb', line 7475

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

Instance Method Details

#__xmlattrObject



7463
7464
7465
# File 'lib/BuildingSync.rb', line 7463

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



7467
7468
7469
# File 'lib/BuildingSync.rb', line 7467

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



7471
7472
7473
# File 'lib/BuildingSync.rb', line 7471

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