Sha256: 03198314f774d555a1e3c636b443af650fe8a9f0ecab9f9704f20c76c32ff788

Contents?: true

Size: 240 Bytes

Versions: 4

Compression:

Stored size: 240 Bytes

Contents

module R10K
module Task
  # @deprecated
  class Base
    include R10K::Logging

    # @!attribute [r] task_runner
    #   @return [R10K::TaskRunner] The task runner that's executing this command
    attr_accessor :task_runner
  end
end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
r10k-1.5.1 lib/r10k/task.rb
r10k-1.4.2 lib/r10k/task.rb
r10k-1.4.1 lib/r10k/task.rb
r10k-1.4.0 lib/r10k/task.rb