Class: BuildingSync::FanSystemType::InstalledFlowRate
- Inherits:
-
String
- Object
- String
- BuildingSync::FanSystemType::InstalledFlowRate
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: InstalledFlowRate http://buildingsync.net/schemas/bedes-auc/2019InstalledFlowRate
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) ⇒ InstalledFlowRate
constructor
A new instance of InstalledFlowRate.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ InstalledFlowRate
Returns a new instance of InstalledFlowRate.
11889 11890 11891 11892 |
# File 'lib/BuildingSync.rb', line 11889 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
11877 11878 11879 |
# File 'lib/BuildingSync.rb', line 11877 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
11881 11882 11883 |
# File 'lib/BuildingSync.rb', line 11881 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
11885 11886 11887 |
# File 'lib/BuildingSync.rb', line 11885 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |