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.



7370
7371
7372
7373
# File 'lib/BuildingSync.rb', line 7370

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

Instance Method Details

#__xmlattrObject



7358
7359
7360
# File 'lib/BuildingSync.rb', line 7358

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



7362
7363
7364
# File 'lib/BuildingSync.rb', line 7362

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



7366
7367
7368
# File 'lib/BuildingSync.rb', line 7366

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