Class: BuildingSync::SystemPerformanceRatio
- Inherits:
-
String
- Object
- String
- BuildingSync::SystemPerformanceRatio
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019SystemPerformanceRatio
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) ⇒ SystemPerformanceRatio
constructor
A new instance of SystemPerformanceRatio.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ SystemPerformanceRatio
Returns a new instance of SystemPerformanceRatio.
21241 21242 21243 21244 |
# File 'lib/BuildingSync.rb', line 21241 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
21229 21230 21231 |
# File 'lib/BuildingSync.rb', line 21229 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
21233 21234 21235 |
# File 'lib/BuildingSync.rb', line 21233 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
21237 21238 21239 |
# File 'lib/BuildingSync.rb', line 21237 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |