Class: BuildingSync::WindSpeed
- Inherits:
-
String
- Object
- String
- BuildingSync::WindSpeed
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schemaWindSpeed
xmlattr_unit - SOAP::SOAPNMTOKEN
xmlattr_type - SOAP::SOAPNMTOKEN
Constant Summary collapse
- AttrType =
XSD::QName.new(nil, "type")
- AttrUnit =
XSD::QName.new(nil, "unit")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(*arg) ⇒ WindSpeed
constructor
A new instance of WindSpeed.
- #xmlattr_type ⇒ Object
- #xmlattr_type=(value) ⇒ Object
- #xmlattr_unit ⇒ Object
- #xmlattr_unit=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ WindSpeed
Returns a new instance of WindSpeed.
33693 33694 33695 33696 |
# File 'lib/BuildingSync.rb', line 33693 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
33673 33674 33675 |
# File 'lib/BuildingSync.rb', line 33673 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_type ⇒ Object
33685 33686 33687 |
# File 'lib/BuildingSync.rb', line 33685 def xmlattr_type __xmlattr[AttrType] end |
#xmlattr_type=(value) ⇒ Object
33689 33690 33691 |
# File 'lib/BuildingSync.rb', line 33689 def xmlattr_type=(value) __xmlattr[AttrType] = value end |
#xmlattr_unit ⇒ Object
33677 33678 33679 |
# File 'lib/BuildingSync.rb', line 33677 def xmlattr_unit __xmlattr[AttrUnit] end |
#xmlattr_unit=(value) ⇒ Object
33681 33682 33683 |
# File 'lib/BuildingSync.rb', line 33681 def xmlattr_unit=(value) __xmlattr[AttrUnit] = value end |