Class: Enconvert::V2::V2OutputArtifact

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

Overview

A rendered output stored server-side, addressed by signed URL.

Instance Attribute Summary collapse

Instance Attribute Details

#content_typeObject

Returns the value of attribute content_type

Returns:

  • (Object)

    the current value of content_type



44
45
46
# File 'lib/enconvert/v2_results.rb', line 44

def content_type
  @content_type
end

#expires_inObject

Returns the value of attribute expires_in

Returns:

  • (Object)

    the current value of expires_in



44
45
46
# File 'lib/enconvert/v2_results.rb', line 44

def expires_in
  @expires_in
end

#object_keyObject

Returns the value of attribute object_key

Returns:

  • (Object)

    the current value of object_key



44
45
46
# File 'lib/enconvert/v2_results.rb', line 44

def object_key
  @object_key
end

#size_bytesObject

Returns the value of attribute size_bytes

Returns:

  • (Object)

    the current value of size_bytes



44
45
46
# File 'lib/enconvert/v2_results.rb', line 44

def size_bytes
  @size_bytes
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



44
45
46
# File 'lib/enconvert/v2_results.rb', line 44

def url
  @url
end