Module: AIXM::Concerns::Remarks
- Included in:
- AIXM::Component::Address, AIXM::Component::ApproachLighting, AIXM::Component::FATO, AIXM::Component::FATO::Direction, AIXM::Component::Frequency, AIXM::Component::Helipad, AIXM::Component::Layer, AIXM::Component::Lighting, AIXM::Component::Runway, AIXM::Component::Runway::Direction, AIXM::Component::Service, AIXM::Component::Surface, AIXM::Component::Timetable, Feature::Airport, Feature::Airport::UsageLimitation, Feature::NavigationalAid, Feature::Obstacle, Feature::ObstacleGroup, Feature::Organisation, Feature::Unit
- Defined in:
- lib/aixm/concerns/remarks.rb
Overview
Adds optional free text remarks to features.
Instance Attribute Summary collapse
-
#remarks ⇒ Object
Free text remarks.
Instance Attribute Details
#remarks ⇒ String? #remarks=(value) ⇒ Object
Free text remarks
13 14 15 |
# File 'lib/aixm/concerns/remarks.rb', line 13 def remarks @remarks end |