Module: AIXM::Concerns::Intensity
- Included in:
- AIXM::Component::ApproachLighting, AIXM::Component::Lighting
- Defined in:
- lib/aixm/concerns/intensity.rb
Overview
Adds optional intensity of lights to features.
Constant Summary collapse
- INTENSITIES =
{ LIL: :low, LIM: :medium, LIH: :high, OTHER: :other # specify in remarks }.freeze
Instance Attribute Summary collapse
-
#intensity ⇒ Object
Intensity of lights.
Instance Attribute Details
#remarks ⇒ AIXM::Component::Timetable? #remarks=(value) ⇒ Object
Intensity of lights
22 23 24 |
# File 'lib/aixm/concerns/intensity.rb', line 22 def intensity @intensity end |