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



52
53
54
# File 'lib/enconvert/v2_results.rb', line 52

def completed
  @completed
end

#failedObject

Returns the value of attribute failed

Returns:

  • (Object)

    the current value of failed



52
53
54
# File 'lib/enconvert/v2_results.rb', line 52

def failed
  @failed
end

#itemsObject

Returns the value of attribute items

Returns:

  • (Object)

    the current value of items



52
53
54
# File 'lib/enconvert/v2_results.rb', line 52

def items
  @items
end

#job_idObject

Returns the value of attribute job_id

Returns:

  • (Object)

    the current value of job_id



52
53
54
# File 'lib/enconvert/v2_results.rb', line 52

def job_id
  @job_id
end

#output_modeObject

Returns the value of attribute output_mode

Returns:

  • (Object)

    the current value of output_mode



52
53
54
# File 'lib/enconvert/v2_results.rb', line 52

def output_mode
  @output_mode
end

#pendingObject

Returns the value of attribute pending

Returns:

  • (Object)

    the current value of pending



52
53
54
# File 'lib/enconvert/v2_results.rb', line 52

def pending
  @pending
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



52
53
54
# File 'lib/enconvert/v2_results.rb', line 52

def status
  @status
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



52
53
54
# File 'lib/enconvert/v2_results.rb', line 52

def total
  @total
end

#warningsObject

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



52
53
54
# File 'lib/enconvert/v2_results.rb', line 52

def warnings
  @warnings
end

#zipObject

Returns the value of attribute zip

Returns:

  • (Object)

    the current value of zip



52
53
54
# File 'lib/enconvert/v2_results.rb', line 52

def zip
  @zip
end