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