class Sqreen::RemoteCommand::FailureOutput
wraps output returned by a command that should also result in status: false
Attributes
wrapped_output[R]
Public Class Methods
new(output)
click to toggle source
# File lib/sqreen/remote_command/failure_output.rb, line 11 def initialize(output) @wrapped_output = output end