Class: BuildingSync::DuctSystemType::StaticPressureInstalled
- Inherits:
-
String
- Object
- String
- BuildingSync::DuctSystemType::StaticPressureInstalled
- 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
- #__xmlattr ⇒ Object
-
#initialize(*arg) ⇒ StaticPressureInstalled
constructor
A new instance of StaticPressureInstalled.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
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
#__xmlattr ⇒ Object
7439 7440 7441 |
# File 'lib/BuildingSync.rb', line 7439 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
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 |