Class: BuildingSync::LayerId
- Inherits:
-
Object
- Object
- BuildingSync::LayerId
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schemaLayerId
xmlattr_layerIdRef - SOAP::SOAPIDREF
Constant Summary collapse
- AttrLayerIdRef =
XSD::QName.new(nil, "layerIdRef")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize ⇒ LayerId
constructor
A new instance of LayerId.
- #xmlattr_layerIdRef ⇒ Object
- #xmlattr_layerIdRef=(value) ⇒ Object
Constructor Details
#initialize ⇒ LayerId
Returns a new instance of LayerId.
29506 29507 29508 |
# File 'lib/BuildingSync.rb', line 29506 def initialize @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
29494 29495 29496 |
# File 'lib/BuildingSync.rb', line 29494 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_layerIdRef ⇒ Object
29498 29499 29500 |
# File 'lib/BuildingSync.rb', line 29498 def xmlattr_layerIdRef __xmlattr[AttrLayerIdRef] end |
#xmlattr_layerIdRef=(value) ⇒ Object
29502 29503 29504 |
# File 'lib/BuildingSync.rb', line 29502 def xmlattr_layerIdRef=(value) __xmlattr[AttrLayerIdRef] = value end |