Sha256: edd624d643351b338855c462562591d409e1a0675190451fa062b415c8f19bbd
Contents?: true
Size: 418 Bytes
Versions: 10
Compression:
Stored size: 418 Bytes
Contents
# typed: ignore # Copyright (c) 2015 Sqreen. All Rights Reserved. # Please refer to our terms for more information: https://www.sqreen.com/terms.html module Sqreen class RemoteCommand # wraps output returned by a command that should also result in status: false class FailureOutput attr_reader :wrapped_output def initialize(output) @wrapped_output = output end end end end
Version data entries
10 entries across 10 versions & 1 rubygems