Method: LogStash::Inputs::FriendlyDurations::ValidatedStruct#to_a

Defined in:
lib/logstash/inputs/friendly_durations.rb

#to_aObject



12
13
14
# File 'lib/logstash/inputs/friendly_durations.rb', line 12

def to_a
  error_message.nil? ? [true, value] : [false, error_message]
end