Class: BuildingSync::GUID

Inherits:
String
  • Object
show all
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

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

#__xmlattrObject



28447
28448
28449
# File 'lib/BuildingSync.rb', line 28447

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_entityObject



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