class LogStash::Filters::Empow::FailureResponse
Public Class Methods
new(response)
click to toggle source
Calls superclass method
LogStash::Filters::Empow::AbstractResponse::new
# File lib/logstash/filters/response.rb, line 15 def initialize(response) super(response, false, true) end