Class: BuildingSync::LightingSystemType::LampType::Incandescent

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#lampLabelObject

Returns the value of attribute lampLabel.



9185
9186
9187
# File 'lib/BuildingSync.rb', line 9185

def lampLabel
  @lampLabel
end