Class: BuildingSync::LightingSystemType::LampType::SolidStateLighting

Inherits:
Object
  • Object
show all
Defined in:
lib/BuildingSync.rb

Overview

inner class for member: SolidStateLighting http://buildingsync.net/schemas/bedes-auc/2019SolidStateLighting

lampLabel - SOAP::SOAPString
transformerNeeded - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(lampLabel = nil, transformerNeeded = nil) ⇒ SolidStateLighting

Returns a new instance of SolidStateLighting.



9256
9257
9258
9259
# File 'lib/BuildingSync.rb', line 9256

def initialize(lampLabel = nil, transformerNeeded = nil)
  @lampLabel = lampLabel
  @transformerNeeded = transformerNeeded
end

Instance Attribute Details

#lampLabelObject

Returns the value of attribute lampLabel.



9253
9254
9255
# File 'lib/BuildingSync.rb', line 9253

def lampLabel
  @lampLabel
end

#transformerNeededObject

Returns the value of attribute transformerNeeded.



9254
9255
9256
# File 'lib/BuildingSync.rb', line 9254

def transformerNeeded
  @transformerNeeded
end