Class: Enconvert::V2::PerceiveBatchResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#completedObject

Returns the value of attribute completed

Returns:

  • (Object)

    the current value of completed



66
67
68
# File 'lib/enconvert/v2_results.rb', line 66

def completed
  @completed
end

#failedObject

Returns the value of attribute failed

Returns:

  • (Object)

    the current value of failed



66
67
68
# File 'lib/enconvert/v2_results.rb', line 66

def failed
  @failed
end

#itemsObject

Returns the value of attribute items

Returns:

  • (Object)

    the current value of items



66
67
68
# File 'lib/enconvert/v2_results.rb', line 66

def items
  @items
end

#job_idObject

Returns the value of attribute job_id

Returns:

  • (Object)

    the current value of job_id



66
67
68
# File 'lib/enconvert/v2_results.rb', line 66

def job_id
  @job_id
end

#output_modeObject

Returns the value of attribute output_mode

Returns:

  • (Object)

    the current value of output_mode



66
67
68
# File 'lib/enconvert/v2_results.rb', line 66

def output_mode
  @output_mode
end

#pendingObject

Returns the value of attribute pending

Returns:

  • (Object)

    the current value of pending



66
67
68
# File 'lib/enconvert/v2_results.rb', line 66

def pending
  @pending
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



66
67
68
# File 'lib/enconvert/v2_results.rb', line 66

def status
  @status
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



66
67
68
# File 'lib/enconvert/v2_results.rb', line 66

def total
  @total
end

#warningsObject

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



66
67
68
# File 'lib/enconvert/v2_results.rb', line 66

def warnings
  @warnings
end

#zipObject

Returns the value of attribute zip

Returns:

  • (Object)

    the current value of zip



66
67
68
# File 'lib/enconvert/v2_results.rb', line 66

def zip
  @zip
end