Class: BuildingSync::ENERGYSTARScore
- Inherits:
-
String
- Object
- String
- BuildingSync::ENERGYSTARScore
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019ENERGYSTARScore
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) ⇒ ENERGYSTARScore
constructor
A new instance of ENERGYSTARScore.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ ENERGYSTARScore
Returns a new instance of ENERGYSTARScore.
21450 21451 21452 21453 |
# File 'lib/BuildingSync.rb', line 21450 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
21438 21439 21440 |
# File 'lib/BuildingSync.rb', line 21438 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
21442 21443 21444 |
# File 'lib/BuildingSync.rb', line 21442 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
21446 21447 21448 |
# File 'lib/BuildingSync.rb', line 21446 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |