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.



31806
31807
31808
# File 'lib/BuildingSync.rb', line 31806

def initialize
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



31794
31795
31796
# File 'lib/BuildingSync.rb', line 31794

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_valueObject



31798
31799
31800
# File 'lib/BuildingSync.rb', line 31798

def xmlattr_value
  __xmlattr[AttrValue]
end

#xmlattr_value=(value) ⇒ Object



31802
31803
31804
# File 'lib/BuildingSync.rb', line 31802

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