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



47
48
49
# File 'lib/enconvert/v2_results.rb', line 47

def content_type
  @content_type
end

#expires_inObject

Returns the value of attribute expires_in

Returns:

  • (Object)

    the current value of expires_in



47
48
49
# File 'lib/enconvert/v2_results.rb', line 47

def expires_in
  @expires_in
end

#object_keyObject

Returns the value of attribute object_key

Returns:

  • (Object)

    the current value of object_key



47
48
49
# File 'lib/enconvert/v2_results.rb', line 47

def object_key
  @object_key
end

#size_bytesObject

Returns the value of attribute size_bytes

Returns:

  • (Object)

    the current value of size_bytes



47
48
49
# File 'lib/enconvert/v2_results.rb', line 47

def size_bytes
  @size_bytes
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



47
48
49
# File 'lib/enconvert/v2_results.rb', line 47

def url
  @url
end