Sha256: 7bb24b32c9d6cf6b30b7b89ac9c82d7087ed143dfd755ea07517a14861948d2d

Contents?: true

Size: 149 Bytes

Versions: 8

Compression:

Stored size: 149 Bytes

Contents

module RemoteRun
  class Task
    attr_accessor :command, :pid, :host

    def initialize(command = nil)
      @command = command
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
remote_run-0.1.9 lib/remote_run/task.rb
remote_run-0.1.8 lib/remote_run/task.rb
remote_run-0.1.7 lib/remote_run/task.rb
remote_run-0.1.6 lib/remote_run/task.rb
remote_run-0.1.5 lib/remote_run/task.rb
remote_run-0.1.4 lib/remote_run/task.rb
remote_run-0.1.3 lib/remote_run/task.rb
remote_run-0.1.2 lib/remote_run/task.rb