Class: BuildingSync::RoofSystemType::RoofRValue
- Inherits:
-
String
- Object
- String
- BuildingSync::RoofSystemType::RoofRValue
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: RoofRValue http://buildingsync.net/schemas/bedes-auc/2019RoofRValue
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) ⇒ RoofRValue
constructor
A new instance of RoofRValue.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ RoofRValue
Returns a new instance of RoofRValue.
13311 13312 13313 13314 |
# File 'lib/BuildingSync.rb', line 13311 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
13299 13300 13301 |
# File 'lib/BuildingSync.rb', line 13299 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
13303 13304 13305 |
# File 'lib/BuildingSync.rb', line 13303 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
13307 13308 13309 |
# File 'lib/BuildingSync.rb', line 13307 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |