Class: BuildingSync::Enthalpy

Inherits:
String
  • Object
show all
Defined in:
lib/BuildingSync.rb

Overview

http://www.gbxml.org/schemaEnthalpy

xmlattr_unit - SOAP::SOAPNMTOKEN
xmlattr_enthalpyType - SOAP::SOAPNMTOKEN

Constant Summary collapse

AttrEnthalpyType =
XSD::QName.new(nil, "enthalpyType")
AttrUnit =
XSD::QName.new(nil, "unit")

Instance Method Summary collapse

Constructor Details

#initialize(*arg) ⇒ Enthalpy

Returns a new instance of Enthalpy.



27641
27642
27643
27644
# File 'lib/BuildingSync.rb', line 27641

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

Instance Method Details

#__xmlattrObject



27621
27622
27623
# File 'lib/BuildingSync.rb', line 27621

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_enthalpyTypeObject



27633
27634
27635
# File 'lib/BuildingSync.rb', line 27633

def xmlattr_enthalpyType
  __xmlattr[AttrEnthalpyType]
end

#xmlattr_enthalpyType=(value) ⇒ Object



27637
27638
27639
# File 'lib/BuildingSync.rb', line 27637

def xmlattr_enthalpyType=(value)
  __xmlattr[AttrEnthalpyType] = value
end

#xmlattr_unitObject



27625
27626
27627
# File 'lib/BuildingSync.rb', line 27625

def xmlattr_unit
  __xmlattr[AttrUnit]
end

#xmlattr_unit=(value) ⇒ Object



27629
27630
27631
# File 'lib/BuildingSync.rb', line 27629

def xmlattr_unit=(value)
  __xmlattr[AttrUnit] = value
end