Class: BuildingSync::LightingSystemType::RatedLampLife
- Inherits:
-
String
- Object
- String
- BuildingSync::LightingSystemType::RatedLampLife
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: RatedLampLife http://buildingsync.net/schemas/bedes-auc/2019RatedLampLife
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) ⇒ RatedLampLife
constructor
A new instance of RatedLampLife.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ RatedLampLife
Returns a new instance of RatedLampLife.
9576 9577 9578 9579 |
# File 'lib/BuildingSync.rb', line 9576 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
9564 9565 9566 |
# File 'lib/BuildingSync.rb', line 9564 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
9568 9569 9570 |
# File 'lib/BuildingSync.rb', line 9568 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
9572 9573 9574 |
# File 'lib/BuildingSync.rb', line 9572 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |