Class: BuildingSync::GUID
- Inherits:
-
String
- Object
- String
- BuildingSync::GUID
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schemaGUID
xmlattr_entity - SOAP::SOAPNMTOKEN
Constant Summary collapse
- AttrEntity =
XSD::QName.new(nil, "entity")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(*arg) ⇒ GUID
constructor
A new instance of GUID.
- #xmlattr_entity ⇒ Object
- #xmlattr_entity=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ GUID
Returns a new instance of GUID.
28459 28460 28461 28462 |
# File 'lib/BuildingSync.rb', line 28459 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
28447 28448 28449 |
# File 'lib/BuildingSync.rb', line 28447 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_entity ⇒ Object
28451 28452 28453 |
# File 'lib/BuildingSync.rb', line 28451 def xmlattr_entity __xmlattr[AttrEntity] end |
#xmlattr_entity=(value) ⇒ Object
28455 28456 28457 |
# File 'lib/BuildingSync.rb', line 28455 def xmlattr_entity=(value) __xmlattr[AttrEntity] = value end |