Class: BuildingSync::WallSystemType::WallRValue
- Inherits:
-
String
- Object
- String
- BuildingSync::WallSystemType::WallRValue
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: WallRValue http://buildingsync.net/schemas/bedes-auc/2019WallRValue
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) ⇒ WallRValue
constructor
A new instance of WallRValue.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ WallRValue
Returns a new instance of WallRValue.
12702 12703 12704 12705 |
# File 'lib/BuildingSync.rb', line 12702 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
12690 12691 12692 |
# File 'lib/BuildingSync.rb', line 12690 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
12694 12695 12696 |
# File 'lib/BuildingSync.rb', line 12694 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
12698 12699 12700 |
# File 'lib/BuildingSync.rb', line 12698 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |