Class: Enconvert::ConversionResult

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

Overview

Response of every single-file / single-page conversion.

Instance Attribute Summary collapse

Instance Attribute Details

#conversion_time_secondsObject

Returns the value of attribute conversion_time_seconds

Returns:

  • (Object)

    the current value of conversion_time_seconds



7
8
9
# File 'lib/enconvert/results.rb', line 7

def conversion_time_seconds
  @conversion_time_seconds
end

#file_sizeObject

Returns the value of attribute file_size

Returns:

  • (Object)

    the current value of file_size



7
8
9
# File 'lib/enconvert/results.rb', line 7

def file_size
  @file_size
end

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



7
8
9
# File 'lib/enconvert/results.rb', line 7

def filename
  @filename
end

#job_idObject

Returns the value of attribute job_id

Returns:

  • (Object)

    the current value of job_id



7
8
9
# File 'lib/enconvert/results.rb', line 7

def job_id
  @job_id
end

#object_keyObject

Returns the value of attribute object_key

Returns:

  • (Object)

    the current value of object_key



7
8
9
# File 'lib/enconvert/results.rb', line 7

def object_key
  @object_key
end

#presigned_urlObject

Returns the value of attribute presigned_url

Returns:

  • (Object)

    the current value of presigned_url



7
8
9
# File 'lib/enconvert/results.rb', line 7

def presigned_url
  @presigned_url
end