Class: DTK::Client::TaskStatus

Inherits:
BaseCommandHelper show all
Defined in:
lib/task_status.rb,
lib/task_status/stream_mode.rb,
lib/task_status/refresh_mode.rb,
lib/task_status/snapshot_mode.rb

Direct Known Subclasses

RefreshMode, SnapshotMode, StreamMode

Defined Under Namespace

Classes: RefreshMode, SnapshotMode, StreamMode

Instance Method Summary collapse

Methods inherited from BaseCommandHelper

#print_external_dependencies

Constructor Details

#initialize(command, mode, object_id, object_type) ⇒ TaskStatus

Returns a new instance of TaskStatus.



55
56
57
58
59
60
# File 'lib/task_status.rb', line 55

def initialize(command, mode, object_id, object_type)
  super(command)
  @mode        = mode
  @object_id   = object_id
  @object_type = object_type
end