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

Instance Attribute Details

#remarksAIXM::Component::Timetable? #remarks=(value) ⇒ Object

Intensity of lights

Overloads:



22
23
24
# File 'lib/aixm/concerns/intensity.rb', line 22

def intensity
  @intensity
end