Class: BuildingSync::PercentExisting
- Inherits:
-
String
- Object
- String
- BuildingSync::PercentExisting
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schemaPercentExisting
xmlattr_unit - SOAP::SOAPNMTOKEN
Constant Summary collapse
- AttrUnit =
XSD::QName.new(nil, "unit")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(*arg) ⇒ PercentExisting
constructor
A new instance of PercentExisting.
- #xmlattr_unit ⇒ Object
- #xmlattr_unit=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ PercentExisting
Returns a new instance of PercentExisting.
31120 31121 31122 31123 |
# File 'lib/BuildingSync.rb', line 31120 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
31108 31109 31110 |
# File 'lib/BuildingSync.rb', line 31108 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_unit ⇒ Object
31112 31113 31114 |
# File 'lib/BuildingSync.rb', line 31112 def xmlattr_unit __xmlattr[AttrUnit] end |
#xmlattr_unit=(value) ⇒ Object
31116 31117 31118 |
# File 'lib/BuildingSync.rb', line 31116 def xmlattr_unit=(value) __xmlattr[AttrUnit] = value end |