Class: BuildingSync::RoofSystemType::RoofUFactor
- Inherits:
-
String
- Object
- String
- BuildingSync::RoofSystemType::RoofUFactor
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: RoofUFactor http://buildingsync.net/schemas/bedes-auc/2019RoofUFactor
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) ⇒ RoofUFactor
constructor
A new instance of RoofUFactor.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ RoofUFactor
Returns a new instance of RoofUFactor.
13335 13336 13337 13338 |
# File 'lib/BuildingSync.rb', line 13335 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
13323 13324 13325 |
# File 'lib/BuildingSync.rb', line 13323 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
13327 13328 13329 |
# File 'lib/BuildingSync.rb', line 13327 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
13331 13332 13333 |
# File 'lib/BuildingSync.rb', line 13331 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |