Class: BuildingSync::InfiltrationFlow

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#blowerDoorValueObject

Returns the value of attribute blowerDoorValue.



29142
29143
29144
# File 'lib/BuildingSync.rb', line 29142

def blowerDoorValue
  @blowerDoorValue
end

#referenceObject

Returns the value of attribute reference.



29143
29144
29145
# File 'lib/BuildingSync.rb', line 29143

def reference
  @reference
end

Instance Method Details

#__xmlattrObject



29145
29146
29147
# File 'lib/BuildingSync.rb', line 29145

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_programIdObject



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_typeObject



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