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.



27116
27117
27118
27119
# File 'lib/BuildingSync.rb', line 27116

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

Instance Method Details

#__xmlattrObject



27096
27097
27098
# File 'lib/BuildingSync.rb', line 27096

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_enthalpyTypeObject



27108
27109
27110
# File 'lib/BuildingSync.rb', line 27108

def xmlattr_enthalpyType
  __xmlattr[AttrEnthalpyType]
end

#xmlattr_enthalpyType=(value) ⇒ Object



27112
27113
27114
# File 'lib/BuildingSync.rb', line 27112

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

#xmlattr_unitObject



27100
27101
27102
# File 'lib/BuildingSync.rb', line 27100

def xmlattr_unit
  __xmlattr[AttrUnit]
end

#xmlattr_unit=(value) ⇒ Object



27104
27105
27106
# File 'lib/BuildingSync.rb', line 27104

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