Class: BuildingSync::LightingSystemType::InstalledPower
- Inherits:
-
String
- Object
- String
- BuildingSync::LightingSystemType::InstalledPower
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: InstalledPower http://buildingsync.net/schemas/bedes-auc/2019InstalledPower
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) ⇒ InstalledPower
constructor
A new instance of InstalledPower.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ InstalledPower
Returns a new instance of InstalledPower.
9360 9361 9362 9363 |
# File 'lib/BuildingSync.rb', line 9360 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
9348 9349 9350 |
# File 'lib/BuildingSync.rb', line 9348 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
9352 9353 9354 |
# File 'lib/BuildingSync.rb', line 9352 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
9356 9357 9358 |
# File 'lib/BuildingSync.rb', line 9356 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |