Class: BuildingSync::RoofSystemType::RoofFramingDepth
- Inherits:
-
String
- Object
- String
- BuildingSync::RoofSystemType::RoofFramingDepth
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: RoofFramingDepth http://buildingsync.net/schemas/bedes-auc/2019RoofFramingDepth
xmlattr_Source - SOAP::SOAPString
Constant Summary collapse
- AttrSource =
XSD::QName.new("http://buildingsync.net/schemas/bedes-auc/2019", "Source")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(*arg) ⇒ RoofFramingDepth
constructor
A new instance of RoofFramingDepth.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ RoofFramingDepth
Returns a new instance of RoofFramingDepth.
13383 13384 13385 13386 |
# File 'lib/BuildingSync.rb', line 13383 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
13371 13372 13373 |
# File 'lib/BuildingSync.rb', line 13371 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
13375 13376 13377 |
# File 'lib/BuildingSync.rb', line 13375 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
13379 13380 13381 |
# File 'lib/BuildingSync.rb', line 13379 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |