Class: BuildingSync::LightingSystemType::LampType::Induction

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

Overview

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

fluorescentStartType - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(fluorescentStartType = nil) ⇒ Induction

Returns a new instance of Induction.



9268
9269
9270
# File 'lib/BuildingSync.rb', line 9268

def initialize(fluorescentStartType = nil)
  @fluorescentStartType = fluorescentStartType
end

Instance Attribute Details

#fluorescentStartTypeObject

Returns the value of attribute fluorescentStartType.



9266
9267
9268
# File 'lib/BuildingSync.rb', line 9266

def fluorescentStartType
  @fluorescentStartType
end