Method: AIXM::Component::Runway#status

Defined in:
lib/aixm/component/runway.rb

#statusSymbol?

Returns status of the runway (see STATUSES) or nil for normal operation.

Returns:

  • (Symbol, nil)

    status of the runway (see STATUSES) or nil for normal operation



74
75
76
# File 'lib/aixm/component/runway.rb', line 74

def status
  @status
end