class DTK::Client::Operation::Service::TaskStatus::SnapshotMode

Public Instance Methods

task_status(opts = {}) click to toggle source
# File lib/client/operation/service/task_status/snapshot_mode.rb, line 21
def task_status(opts = {})
  response = rest_call(opts)
  response.print_error_table!(true)
  add_info_if_debug_mode!(response)
  response
end