Class: BuildingSync::WallSystemType::WallUFactor
- Inherits:
-
String
- Object
- String
- BuildingSync::WallSystemType::WallUFactor
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: WallUFactor http://buildingsync.net/schemas/bedes-auc/2019WallUFactor
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) ⇒ WallUFactor
constructor
A new instance of WallUFactor.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ WallUFactor
12726 12727 12728 12729 |
# File 'lib/BuildingSync.rb', line 12726 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
12714 12715 12716 |
# File 'lib/BuildingSync.rb', line 12714 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
12718 12719 12720 |
# File 'lib/BuildingSync.rb', line 12718 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
12722 12723 12724 |
# File 'lib/BuildingSync.rb', line 12722 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |