Class: BuildingSync::LightingSystemType::NumberOfLampsPerBallast
- Inherits:
-
String
- Object
- String
- BuildingSync::LightingSystemType::NumberOfLampsPerBallast
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: NumberOfLampsPerBallast http://buildingsync.net/schemas/bedes-auc/2019NumberOfLampsPerBallast
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) ⇒ NumberOfLampsPerBallast
constructor
A new instance of NumberOfLampsPerBallast.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ NumberOfLampsPerBallast
Returns a new instance of NumberOfLampsPerBallast.
9408 9409 9410 9411 |
# File 'lib/BuildingSync.rb', line 9408 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
9396 9397 9398 |
# File 'lib/BuildingSync.rb', line 9396 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
9400 9401 9402 |
# File 'lib/BuildingSync.rb', line 9400 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
9404 9405 9406 |
# File 'lib/BuildingSync.rb', line 9404 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |