Class: BuildingSync::Roughness

Inherits:
Object
  • Object
show all
Defined in:
lib/BuildingSync.rb

Overview

http://www.gbxml.org/schemaRoughness

xmlattr_value - SOAP::SOAPNMTOKEN

Constant Summary collapse

AttrValue =
XSD::QName.new(nil, "value")

Instance Method Summary collapse

Constructor Details

#initializeRoughness

Returns a new instance of Roughness.



31281
31282
31283
# File 'lib/BuildingSync.rb', line 31281

def initialize
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



31269
31270
31271
# File 'lib/BuildingSync.rb', line 31269

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_valueObject



31273
31274
31275
# File 'lib/BuildingSync.rb', line 31273

def xmlattr_value
  __xmlattr[AttrValue]
end

#xmlattr_value=(value) ⇒ Object



31277
31278
31279
# File 'lib/BuildingSync.rb', line 31277

def xmlattr_value=(value)
  __xmlattr[AttrValue] = value
end