Sha256: e1c45b9860a8c048661d9d8475abaafb59eede6ee8199acd6cea4bb6ca07a973

Contents?: true

Size: 235 Bytes

Versions: 40

Compression:

Stored size: 235 Bytes

Contents

module FeduxOrg
  module Stdlib
    module Command
      class CommandResult
        attr_accessor :stderr, :stdout, :status

        def initialize
          @stderr = ''
          @stdout = ''
        end
      end
    end
  end
end

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
fedux_org-stdlib-0.3.2 lib/fedux_org/stdlib/command/command_result.rb
fedux_org-stdlib-0.3.0 lib/fedux_org/stdlib/command/command_result.rb
fedux_org-stdlib-0.2.1 lib/fedux_org/stdlib/command/command_result.rb
fedux_org-stdlib-0.1.3 lib/fedux_org/stdlib/command/command_result.rb
fedux_org-stdlib-0.1.2 lib/fedux_org/stdlib/command/command_result.rb
fedux_org-stdlib-0.1.1 lib/fedux_org/stdlib/command/command_result.rb
fedux_org-stdlib-0.1.0 lib/fedux_org/stdlib/command/command_result.rb
fedux_org-stdlib-0.0.39 lib/fedux_org/stdlib/command/command_result.rb
fedux_org-stdlib-0.0.38 lib/fedux_org/stdlib/command/command_result.rb
fedux_org-stdlib-0.0.37 lib/fedux_org/stdlib/command/command_result.rb
fedux_org-stdlib-0.0.36 lib/fedux_org/stdlib/command/command_result.rb
fedux_org-stdlib-0.0.35 lib/fedux_org/stdlib/command/command_result.rb
fedux_org-stdlib-0.0.33 lib/fedux_org/stdlib/command/command_result.rb
fedux_org-stdlib-0.0.32 lib/fedux_org/stdlib/command/command_result.rb
fedux_org-stdlib-0.0.31 lib/fedux_org/stdlib/command/command_result.rb
fedux_org-stdlib-0.0.30 lib/fedux_org/stdlib/command/command_result.rb
fedux_org-stdlib-0.0.29 lib/fedux_org/stdlib/command/command_result.rb
fedux_org-stdlib-0.0.28 lib/fedux_org/stdlib/command/command_result.rb
fedux_org-stdlib-0.0.26 lib/fedux_org/stdlib/command/command_result.rb
fedux_org-stdlib-0.0.25 lib/fedux_org/stdlib/command/command_result.rb