Class: BuildingSync::Roughness
- Inherits:
-
Object
- Object
- BuildingSync::Roughness
- 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
- #__xmlattr ⇒ Object
-
#initialize ⇒ Roughness
constructor
A new instance of Roughness.
- #xmlattr_value ⇒ Object
- #xmlattr_value=(value) ⇒ Object
Constructor Details
#initialize ⇒ Roughness
Returns a new instance of Roughness.
31806 31807 31808 |
# File 'lib/BuildingSync.rb', line 31806 def initialize @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
31794 31795 31796 |
# File 'lib/BuildingSync.rb', line 31794 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_value ⇒ Object
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 |