Class: LogStash::Filters::Empow::SuccessfulResponse

Inherits:
AbstractResponse show all
Defined in:
lib/logstash/filters/response.rb

Instance Attribute Summary

Attributes inherited from AbstractResponse

#is_final, #is_successful, #response

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ SuccessfulResponse

Returns a new instance of SuccessfulResponse.



24
25
26
# File 'lib/logstash/filters/response.rb', line 24

def initialize(response)
	super(response, true, true)
end