Sha256: e102ba38cf9d70fba00c03fe06935f639a6e233831102dbdf76867494091fcb4
Contents?: true
Size: 416 Bytes
Versions: 29
Compression:
Stored size: 416 Bytes
Contents
# typed: true # 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
29 entries across 29 versions & 1 rubygems