Class: LogStash::Filters::Empow::InProgressResponse

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) ⇒ InProgressResponse

Returns a new instance of InProgressResponse.



30
31
32
# File 'lib/logstash/filters/response.rb', line 30

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