Class: LogStash::ConvergeResult::SuccessfulAction

Inherits:
ActionResult
  • Object
show all
Defined in:
lib/logstash/converge_result.rb

Instance Attribute Summary

Attributes inherited from ActionResult

#executed_at

Instance Method Summary collapse

Methods inherited from ActionResult

create, #initialize

Constructor Details

This class inherits a constructor from LogStash::ConvergeResult::ActionResult

Instance Method Details

#successful?Boolean

Returns:

  • (Boolean)


56
57
58
# File 'lib/logstash/converge_result.rb', line 56

def successful?
  true
end