Class: BuildingSync::DDGroundTCool
- Inherits:
-
String
- Object
- String
- BuildingSync::DDGroundTCool
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schemaDDGroundTCool
xmlattr_unit - SOAP::SOAPNMTOKEN
Constant Summary collapse
- AttrUnit =
XSD::QName.new(nil, "unit")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(*arg) ⇒ DDGroundTCool
constructor
A new instance of DDGroundTCool.
- #xmlattr_unit ⇒ Object
- #xmlattr_unit=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ DDGroundTCool
Returns a new instance of DDGroundTCool.
26712 26713 26714 26715 |
# File 'lib/BuildingSync.rb', line 26712 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
26700 26701 26702 |
# File 'lib/BuildingSync.rb', line 26700 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_unit ⇒ Object
26704 26705 26706 |
# File 'lib/BuildingSync.rb', line 26704 def xmlattr_unit __xmlattr[AttrUnit] end |
#xmlattr_unit=(value) ⇒ Object
26708 26709 26710 |
# File 'lib/BuildingSync.rb', line 26708 def xmlattr_unit=(value) __xmlattr[AttrUnit] = value end |