Class: BuildingSync::LightingSystemType::LampType::Induction
- Inherits:
-
Object
- Object
- BuildingSync::LightingSystemType::LampType::Induction
- 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
-
#fluorescentStartType ⇒ Object
Returns the value of attribute fluorescentStartType.
Instance Method Summary collapse
-
#initialize(fluorescentStartType = nil) ⇒ Induction
constructor
A new instance of Induction.
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
#fluorescentStartType ⇒ Object
Returns the value of attribute fluorescentStartType.
9266 9267 9268 |
# File 'lib/BuildingSync.rb', line 9266 def fluorescentStartType @fluorescentStartType end |