Class: BuildingSync::PreheatCoilType
- Inherits:
-
Object
- Object
- BuildingSync::PreheatCoilType
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schemaPreheatCoilType
xmlattr_unit - SOAP::SOAPNMTOKEN
Constant Summary collapse
- AttrUnit =
XSD::QName.new(nil, "unit")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize ⇒ PreheatCoilType
constructor
A new instance of PreheatCoilType.
- #xmlattr_unit ⇒ Object
- #xmlattr_unit=(value) ⇒ Object
Constructor Details
#initialize ⇒ PreheatCoilType
Returns a new instance of PreheatCoilType.
31426 31427 31428 |
# File 'lib/BuildingSync.rb', line 31426 def initialize @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
31414 31415 31416 |
# File 'lib/BuildingSync.rb', line 31414 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_unit ⇒ Object
31418 31419 31420 |
# File 'lib/BuildingSync.rb', line 31418 def xmlattr_unit __xmlattr[AttrUnit] end |
#xmlattr_unit=(value) ⇒ Object
31422 31423 31424 |
# File 'lib/BuildingSync.rb', line 31422 def xmlattr_unit=(value) __xmlattr[AttrUnit] = value end |