Class: BuildingSync::EnergySellRate
- Inherits:
-
String
- Object
- String
- BuildingSync::EnergySellRate
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019EnergySellRate
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) ⇒ EnergySellRate
constructor
A new instance of EnergySellRate.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ EnergySellRate
Returns a new instance of EnergySellRate.
23174 23175 23176 23177 |
# File 'lib/BuildingSync.rb', line 23174 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
23162 23163 23164 |
# File 'lib/BuildingSync.rb', line 23162 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
23166 23167 23168 |
# File 'lib/BuildingSync.rb', line 23166 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
23170 23171 23172 |
# File 'lib/BuildingSync.rb', line 23170 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |