Class: BuildingSync::LightingSystemType::LampType::Incandescent
- Inherits:
-
Object
- Object
- BuildingSync::LightingSystemType::LampType::Incandescent
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: Incandescent http://buildingsync.net/schemas/bedes-auc/2019Incandescent
lampLabel - SOAP::SOAPString
Instance Attribute Summary collapse
-
#lampLabel ⇒ Object
Returns the value of attribute lampLabel.
Instance Method Summary collapse
-
#initialize(lampLabel = nil) ⇒ Incandescent
constructor
A new instance of Incandescent.
Constructor Details
#initialize(lampLabel = nil) ⇒ Incandescent
Returns a new instance of Incandescent.
9187 9188 9189 |
# File 'lib/BuildingSync.rb', line 9187 def initialize(lampLabel = nil) @lampLabel = lampLabel end |
Instance Attribute Details
#lampLabel ⇒ Object
Returns the value of attribute lampLabel.
9185 9186 9187 |
# File 'lib/BuildingSync.rb', line 9185 def lampLabel @lampLabel end |