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.



27934
27935
27936
27937
# File 'lib/BuildingSync.rb', line 27934

def initialize(*arg)
  super
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



27922
27923
27924
# File 'lib/BuildingSync.rb', line 27922

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_entityObject



27926
27927
27928
# File 'lib/BuildingSync.rb', line 27926

def xmlattr_entity
  __xmlattr[AttrEntity]
end

#xmlattr_entity=(value) ⇒ Object



27930
27931
27932
# File 'lib/BuildingSync.rb', line 27930

def xmlattr_entity=(value)
  __xmlattr[AttrEntity] = value
end