Class: BuildingSync::FanSystemType::FanInstalledFlowRate
- Inherits:
-
String
- Object
- String
- BuildingSync::FanSystemType::FanInstalledFlowRate
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: FanInstalledFlowRate http://buildingsync.net/schemas/bedes-auc/2019FanInstalledFlowRate
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) ⇒ FanInstalledFlowRate
constructor
A new instance of FanInstalledFlowRate.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ FanInstalledFlowRate
Returns a new instance of FanInstalledFlowRate.
11913 11914 11915 11916 |
# File 'lib/BuildingSync.rb', line 11913 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
11901 11902 11903 |
# File 'lib/BuildingSync.rb', line 11901 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
11905 11906 11907 |
# File 'lib/BuildingSync.rb', line 11905 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
11909 11910 11911 |
# File 'lib/BuildingSync.rb', line 11909 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |