Class: Enconvert::V2::DistillResult

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



80
81
82
# File 'lib/enconvert/v2_results.rb', line 80

def completed
  @completed
end

#failedObject

Returns the value of attribute failed

Returns:

  • (Object)

    the current value of failed



80
81
82
# File 'lib/enconvert/v2_results.rb', line 80

def failed
  @failed
end

#operation_idObject

Returns the value of attribute operation_id

Returns:

  • (Object)

    the current value of operation_id



80
81
82
# File 'lib/enconvert/v2_results.rb', line 80

def operation_id
  @operation_id
end

#resultsObject

Returns the value of attribute results

Returns:

  • (Object)

    the current value of results



80
81
82
# File 'lib/enconvert/v2_results.rb', line 80

def results
  @results
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



80
81
82
# File 'lib/enconvert/v2_results.rb', line 80

def total
  @total
end

#total_cost_centsObject

Returns the value of attribute total_cost_cents

Returns:

  • (Object)

    the current value of total_cost_cents



80
81
82
# File 'lib/enconvert/v2_results.rb', line 80

def total_cost_cents
  @total_cost_cents
end

#warningsObject

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



80
81
82
# File 'lib/enconvert/v2_results.rb', line 80

def warnings
  @warnings
end