Class: Enconvert::BatchItem

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

Overview

Per-URL entry in a batch status response.

Instance Attribute Summary collapse

Instance Attribute Details

#download_urlObject

Returns the value of attribute download_url

Returns:

  • (Object)

    the current value of download_url



23
24
25
# File 'lib/enconvert/results.rb', line 23

def download_url
  @download_url
end

#durationObject

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



23
24
25
# File 'lib/enconvert/results.rb', line 23

def duration
  @duration
end

#output_file_sizeObject

Returns the value of attribute output_file_size

Returns:

  • (Object)

    the current value of output_file_size



23
24
25
# File 'lib/enconvert/results.rb', line 23

def output_file_size
  @output_file_size
end

#source_urlObject

Returns the value of attribute source_url

Returns:

  • (Object)

    the current value of source_url



23
24
25
# File 'lib/enconvert/results.rb', line 23

def source_url
  @source_url
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



23
24
25
# File 'lib/enconvert/results.rb', line 23

def status
  @status
end