Class: BuildingSync::LightingSystemType::NumberOfLampsPerLuminaire
- Inherits:
-
String
- Object
- String
- BuildingSync::LightingSystemType::NumberOfLampsPerLuminaire
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: NumberOfLampsPerLuminaire http://buildingsync.net/schemas/bedes-auc/2019NumberOfLampsPerLuminaire
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) ⇒ NumberOfLampsPerLuminaire
constructor
A new instance of NumberOfLampsPerLuminaire.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ NumberOfLampsPerLuminaire
Returns a new instance of NumberOfLampsPerLuminaire.
9384 9385 9386 9387 |
# File 'lib/BuildingSync.rb', line 9384 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
9372 9373 9374 |
# File 'lib/BuildingSync.rb', line 9372 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
9376 9377 9378 |
# File 'lib/BuildingSync.rb', line 9376 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
9380 9381 9382 |
# File 'lib/BuildingSync.rb', line 9380 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |