Class: BuildingSync::WallSystemType::WallFramingDepth
- Inherits:
-
String
- Object
- String
- BuildingSync::WallSystemType::WallFramingDepth
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: WallFramingDepth http://buildingsync.net/schemas/bedes-auc/2019WallFramingDepth
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) ⇒ WallFramingDepth
constructor
A new instance of WallFramingDepth.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ WallFramingDepth
Returns a new instance of WallFramingDepth.
12774 12775 12776 12777 |
# File 'lib/BuildingSync.rb', line 12774 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
12762 12763 12764 |
# File 'lib/BuildingSync.rb', line 12762 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
12766 12767 12768 |
# File 'lib/BuildingSync.rb', line 12766 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
12770 12771 12772 |
# File 'lib/BuildingSync.rb', line 12770 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |