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.0.24 lib/fedux_org/stdlib/command/command_result.rb
fedux_org-stdlib-0.0.23 lib/fedux_org/stdlib/command/command_result.rb
fedux_org-stdlib-0.0.22 lib/fedux_org/stdlib/command/command_result.rb
fedux_org-stdlib-0.0.21 lib/fedux_org/stdlib/command/command_result.rb
fedux_org-stdlib-0.0.20 lib/fedux_org/stdlib/command/command_result.rb
fedux_org-stdlib-0.0.19 lib/fedux_org/stdlib/command/command_result.rb
fedux_org-stdlib-0.0.17 lib/fedux_org/stdlib/command/command_result.rb
fedux_org-stdlib-0.0.16 lib/fedux_org/stdlib/command/command_result.rb
fedux_org-stdlib-0.0.14 lib/fedux_org/stdlib/command/command_result.rb
fedux_org-stdlib-0.0.13 lib/fedux_org/stdlib/command/command_result.rb
fedux_org-stdlib-0.0.12 lib/fedux_org/stdlib/command/command_result.rb
fedux_org-stdlib-0.0.11 lib/fedux_org/stdlib/command/command_result.rb
fedux_org-stdlib-0.0.10 lib/fedux_org/stdlib/command/command_result.rb
fedux_org-stdlib-0.0.9 lib/fedux_org/stdlib/command/command_result.rb
fedux_org-stdlib-0.0.8 lib/fedux_org/stdlib/command/command_result.rb
fedux_org-stdlib-0.0.6 lib/fedux_org/stdlib/command/command_result.rb
fedux_org-stdlib-0.0.5 lib/fedux_org/stdlib/command/command_result.rb
fedux_org-stdlib-0.0.4 lib/fedux_org/stdlib/command/command_result.rb
fedux_org-stdlib-0.0.3 lib/fedux_org/stdlib/command/command_result.rb
fedux_org-stdlib-0.0.2 lib/fedux_org/stdlib/command/command_result.rb