Class: Enconvert::V2::V2OutputArtifact
- Inherits:
-
Struct
- Object
- Struct
- Enconvert::V2::V2OutputArtifact
- Defined in:
- lib/enconvert/v2_results.rb
Overview
A rendered output stored server-side, addressed by signed URL.
Instance Attribute Summary collapse
-
#content_type ⇒ Object
Returns the value of attribute content_type.
-
#expires_in ⇒ Object
Returns the value of attribute expires_in.
-
#object_key ⇒ Object
Returns the value of attribute object_key.
-
#size_bytes ⇒ Object
Returns the value of attribute size_bytes.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#content_type ⇒ Object
Returns the value of attribute content_type
44 45 46 |
# File 'lib/enconvert/v2_results.rb', line 44 def content_type @content_type end |
#expires_in ⇒ Object
Returns the value of attribute expires_in
44 45 46 |
# File 'lib/enconvert/v2_results.rb', line 44 def expires_in @expires_in end |
#object_key ⇒ Object
Returns the value of attribute object_key
44 45 46 |
# File 'lib/enconvert/v2_results.rb', line 44 def object_key @object_key end |
#size_bytes ⇒ Object
Returns the value of attribute size_bytes
44 45 46 |
# File 'lib/enconvert/v2_results.rb', line 44 def size_bytes @size_bytes end |
#url ⇒ Object
Returns the value of attribute url
44 45 46 |
# File 'lib/enconvert/v2_results.rb', line 44 def url @url end |