Class: Enconvert::JobStatus

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

Overview

Response of Client#get_job_status. status is one of "processing", "success", "failed".

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



14
15
16
# File 'lib/enconvert/results.rb', line 14

def error
  @error
end

#object_keyObject

Returns the value of attribute object_key

Returns:

  • (Object)

    the current value of object_key



14
15
16
# File 'lib/enconvert/results.rb', line 14

def object_key
  @object_key
end

#presigned_urlObject

Returns the value of attribute presigned_url

Returns:

  • (Object)

    the current value of presigned_url



14
15
16
# File 'lib/enconvert/results.rb', line 14

def presigned_url
  @presigned_url
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



14
15
16
# File 'lib/enconvert/results.rb', line 14

def status
  @status
end