Class: BuildingSync::DDWindSpeedCool
- Inherits:
-
String
- Object
- String
- BuildingSync::DDWindSpeedCool
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schemaDDWindSpeedCool
xmlattr_unit - SOAP::SOAPNMTOKEN
Constant Summary collapse
- AttrUnit =
XSD::QName.new(nil, "unit")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(*arg) ⇒ DDWindSpeedCool
constructor
A new instance of DDWindSpeedCool.
- #xmlattr_unit ⇒ Object
- #xmlattr_unit=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ DDWindSpeedCool
Returns a new instance of DDWindSpeedCool.
26942 26943 26944 26945 |
# File 'lib/BuildingSync.rb', line 26942 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
26930 26931 26932 |
# File 'lib/BuildingSync.rb', line 26930 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_unit ⇒ Object
26934 26935 26936 |
# File 'lib/BuildingSync.rb', line 26934 def xmlattr_unit __xmlattr[AttrUnit] end |
#xmlattr_unit=(value) ⇒ Object
26938 26939 26940 |
# File 'lib/BuildingSync.rb', line 26938 def xmlattr_unit=(value) __xmlattr[AttrUnit] = value end |