Class: BuildingSync::InfiltrationFlow
- Inherits:
-
Object
- Object
- BuildingSync::InfiltrationFlow
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schemaInfiltrationFlow
blowerDoorValue - BuildingSync::BlowerDoorValue
reference - SOAP::SOAPString
xmlattr_type - SOAP::SOAPNMTOKEN
xmlattr_programId - SOAP::SOAPIDREF
Constant Summary collapse
- AttrProgramId =
XSD::QName.new(nil, "programId")
- AttrType =
XSD::QName.new(nil, "type")
Instance Attribute Summary collapse
-
#blowerDoorValue ⇒ Object
Returns the value of attribute blowerDoorValue.
-
#reference ⇒ Object
Returns the value of attribute reference.
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(blowerDoorValue = [], reference = []) ⇒ InfiltrationFlow
constructor
A new instance of InfiltrationFlow.
- #xmlattr_programId ⇒ Object
- #xmlattr_programId=(value) ⇒ Object
- #xmlattr_type ⇒ Object
- #xmlattr_type=(value) ⇒ Object
Constructor Details
#initialize(blowerDoorValue = [], reference = []) ⇒ InfiltrationFlow
Returns a new instance of InfiltrationFlow.
29165 29166 29167 29168 29169 |
# File 'lib/BuildingSync.rb', line 29165 def initialize(blowerDoorValue = [], reference = []) @blowerDoorValue = blowerDoorValue @reference = reference @__xmlattr = {} end |
Instance Attribute Details
#blowerDoorValue ⇒ Object
Returns the value of attribute blowerDoorValue.
29142 29143 29144 |
# File 'lib/BuildingSync.rb', line 29142 def blowerDoorValue @blowerDoorValue end |
#reference ⇒ Object
Returns the value of attribute reference.
29143 29144 29145 |
# File 'lib/BuildingSync.rb', line 29143 def reference @reference end |
Instance Method Details
#__xmlattr ⇒ Object
29145 29146 29147 |
# File 'lib/BuildingSync.rb', line 29145 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_programId ⇒ Object
29157 29158 29159 |
# File 'lib/BuildingSync.rb', line 29157 def xmlattr_programId __xmlattr[AttrProgramId] end |
#xmlattr_programId=(value) ⇒ Object
29161 29162 29163 |
# File 'lib/BuildingSync.rb', line 29161 def xmlattr_programId=(value) __xmlattr[AttrProgramId] = value end |
#xmlattr_type ⇒ Object
29149 29150 29151 |
# File 'lib/BuildingSync.rb', line 29149 def xmlattr_type __xmlattr[AttrType] end |
#xmlattr_type=(value) ⇒ Object
29153 29154 29155 |
# File 'lib/BuildingSync.rb', line 29153 def xmlattr_type=(value) __xmlattr[AttrType] = value end |