Class: BuildingSync::DuctSystemType::StaticPressureInstalled

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

Overview

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

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

Returns a new instance of StaticPressureInstalled.



7451
7452
7453
7454
# File 'lib/BuildingSync.rb', line 7451

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

Instance Method Details

#__xmlattrObject



7439
7440
7441
# File 'lib/BuildingSync.rb', line 7439

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



7443
7444
7445
# File 'lib/BuildingSync.rb', line 7443

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



7447
7448
7449
# File 'lib/BuildingSync.rb', line 7447

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