Class: BuildingSync::DDWindSpeedHeat
- Inherits:
-
String
- Object
- String
- BuildingSync::DDWindSpeedHeat
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schemaDDWindSpeedHeat
xmlattr_unit - SOAP::SOAPNMTOKEN
Constant Summary collapse
- AttrUnit =
XSD::QName.new(nil, "unit")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(*arg) ⇒ DDWindSpeedHeat
constructor
A new instance of DDWindSpeedHeat.
- #xmlattr_unit ⇒ Object
- #xmlattr_unit=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ DDWindSpeedHeat
Returns a new instance of DDWindSpeedHeat.
26965 26966 26967 26968 |
# File 'lib/BuildingSync.rb', line 26965 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
26953 26954 26955 |
# File 'lib/BuildingSync.rb', line 26953 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_unit ⇒ Object
26957 26958 26959 |
# File 'lib/BuildingSync.rb', line 26957 def xmlattr_unit __xmlattr[AttrUnit] end |
#xmlattr_unit=(value) ⇒ Object
26961 26962 26963 |
# File 'lib/BuildingSync.rb', line 26961 def xmlattr_unit=(value) __xmlattr[AttrUnit] = value end |