Class: BuildingSync::Height
- Inherits:
-
String
- Object
- String
- BuildingSync::Height
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schemaHeight
xmlattr_unit - SOAP::SOAPNMTOKEN
Constant Summary collapse
- AttrUnit =
XSD::QName.new(nil, "unit")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(*arg) ⇒ Height
constructor
A new instance of Height.
- #xmlattr_unit ⇒ Object
- #xmlattr_unit=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ Height
Returns a new instance of Height.
28584 28585 28586 28587 |
# File 'lib/BuildingSync.rb', line 28584 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
28572 28573 28574 |
# File 'lib/BuildingSync.rb', line 28572 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_unit ⇒ Object
28576 28577 28578 |
# File 'lib/BuildingSync.rb', line 28576 def xmlattr_unit __xmlattr[AttrUnit] end |
#xmlattr_unit=(value) ⇒ Object
28580 28581 28582 |
# File 'lib/BuildingSync.rb', line 28580 def xmlattr_unit=(value) __xmlattr[AttrUnit] = value end |