Class: BuildingSync::LowValue
- Inherits:
-
String
- Object
- String
- BuildingSync::LowValue
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schemaLowValue
xmlattr_unit - SOAP::SOAPNMTOKEN
Constant Summary collapse
- AttrUnit =
XSD::QName.new(nil, "unit")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(*arg) ⇒ LowValue
constructor
A new instance of LowValue.
- #xmlattr_unit ⇒ Object
- #xmlattr_unit=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ LowValue
Returns a new instance of LowValue.
29949 29950 29951 29952 |
# File 'lib/BuildingSync.rb', line 29949 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
29937 29938 29939 |
# File 'lib/BuildingSync.rb', line 29937 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_unit ⇒ Object
29941 29942 29943 |
# File 'lib/BuildingSync.rb', line 29941 def xmlattr_unit __xmlattr[AttrUnit] end |
#xmlattr_unit=(value) ⇒ Object
29945 29946 29947 |
# File 'lib/BuildingSync.rb', line 29945 def xmlattr_unit=(value) __xmlattr[AttrUnit] = value end |