Class: Enconvert::BatchStatus

Inherits:
Struct
  • Object
show all
Defined in:
lib/enconvert/results.rb

Overview

Response of Client#get_batch_status / Client#wait_for_batch. status is one of "processing", "completed", "partial", "failed".

Instance Attribute Summary collapse

Instance Attribute Details

#batch_idObject

Returns the value of attribute batch_id

Returns:

  • (Object)

    the current value of batch_id



27
28
29
# File 'lib/enconvert/results.rb', line 27

def batch_id
  @batch_id
end

#completedObject

Returns the value of attribute completed

Returns:

  • (Object)

    the current value of completed



27
28
29
# File 'lib/enconvert/results.rb', line 27

def completed
  @completed
end

#failedObject

Returns the value of attribute failed

Returns:

  • (Object)

    the current value of failed



27
28
29
# File 'lib/enconvert/results.rb', line 27

def failed
  @failed
end

#in_progressObject

Returns the value of attribute in_progress

Returns:

  • (Object)

    the current value of in_progress



27
28
29
# File 'lib/enconvert/results.rb', line 27

def in_progress
  @in_progress
end

#itemsObject

Returns the value of attribute items

Returns:

  • (Object)

    the current value of items



27
28
29
# File 'lib/enconvert/results.rb', line 27

def items
  @items
end

#output_modeObject

Returns the value of attribute output_mode

Returns:

  • (Object)

    the current value of output_mode



27
28
29
# File 'lib/enconvert/results.rb', line 27

def output_mode
  @output_mode
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



27
28
29
# File 'lib/enconvert/results.rb', line 27

def status
  @status
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



27
28
29
# File 'lib/enconvert/results.rb', line 27

def total
  @total
end

#zip_download_urlObject

Returns the value of attribute zip_download_url

Returns:

  • (Object)

    the current value of zip_download_url



27
28
29
# File 'lib/enconvert/results.rb', line 27

def zip_download_url
  @zip_download_url
end