Sha256: 34d24b2d76539b38a5d70e214c6e93cacee8f604e04d05c026af43e71438d6df

Contents?: true

Size: 219 Bytes

Versions: 64

Compression:

Stored size: 219 Bytes

Contents

# encoding: utf-8
module FeduxOrgStdlib
  module Command
    class CommandResult
      attr_accessor :stderr, :stdout, :status

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

Version data entries

64 entries across 64 versions & 1 rubygems

Version Path
fedux_org-stdlib-0.7.21 lib/fedux_org_stdlib/command/command_result.rb
fedux_org-stdlib-0.7.20 lib/fedux_org_stdlib/command/command_result.rb
fedux_org-stdlib-0.7.19 lib/fedux_org_stdlib/command/command_result.rb
fedux_org-stdlib-0.7.18 lib/fedux_org_stdlib/command/command_result.rb
fedux_org-stdlib-0.7.17 lib/fedux_org_stdlib/command/command_result.rb
fedux_org-stdlib-0.7.16 lib/fedux_org_stdlib/command/command_result.rb
fedux_org-stdlib-0.7.15 lib/fedux_org_stdlib/command/command_result.rb
fedux_org-stdlib-0.7.14 lib/fedux_org_stdlib/command/command_result.rb
fedux_org-stdlib-0.7.12 lib/fedux_org_stdlib/command/command_result.rb
fedux_org-stdlib-0.7.11 lib/fedux_org_stdlib/command/command_result.rb
fedux_org-stdlib-0.7.10 lib/fedux_org_stdlib/command/command_result.rb
fedux_org-stdlib-0.7.8 lib/fedux_org_stdlib/command/command_result.rb
fedux_org-stdlib-0.7.7 lib/fedux_org_stdlib/command/command_result.rb
fedux_org-stdlib-0.7.6 lib/fedux_org_stdlib/command/command_result.rb
fedux_org-stdlib-0.7.5 lib/fedux_org_stdlib/command/command_result.rb
fedux_org-stdlib-0.7.4 lib/fedux_org_stdlib/command/command_result.rb
fedux_org-stdlib-0.7.3 lib/fedux_org_stdlib/command/command_result.rb
fedux_org-stdlib-0.7.2 lib/fedux_org_stdlib/command/command_result.rb
fedux_org-stdlib-0.7.1 lib/fedux_org_stdlib/command/command_result.rb
fedux_org-stdlib-0.7.0 lib/fedux_org_stdlib/command/command_result.rb