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.



28640
28641
28642
28643
28644
# File 'lib/BuildingSync.rb', line 28640

def initialize(blowerDoorValue = [], reference = [])
  @blowerDoorValue = blowerDoorValue
  @reference = reference
  @__xmlattr = {}
end

Instance Attribute Details

#blowerDoorValueObject

Returns the value of attribute blowerDoorValue.



28617
28618
28619
# File 'lib/BuildingSync.rb', line 28617

def blowerDoorValue
  @blowerDoorValue
end

#referenceObject

Returns the value of attribute reference.



28618
28619
28620
# File 'lib/BuildingSync.rb', line 28618

def reference
  @reference
end

Instance Method Details

#__xmlattrObject



28620
28621
28622
# File 'lib/BuildingSync.rb', line 28620

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_programIdObject



28632
28633
28634
# File 'lib/BuildingSync.rb', line 28632

def xmlattr_programId
  __xmlattr[AttrProgramId]
end

#xmlattr_programId=(value) ⇒ Object



28636
28637
28638
# File 'lib/BuildingSync.rb', line 28636

def xmlattr_programId=(value)
  __xmlattr[AttrProgramId] = value
end

#xmlattr_typeObject



28624
28625
28626
# File 'lib/BuildingSync.rb', line 28624

def xmlattr_type
  __xmlattr[AttrType]
end

#xmlattr_type=(value) ⇒ Object



28628
28629
28630
# File 'lib/BuildingSync.rb', line 28628

def xmlattr_type=(value)
  __xmlattr[AttrType] = value
end