Class: Enconvert::Internal::FilePart
- Inherits:
-
Struct
- Object
- Struct
- Enconvert::Internal::FilePart
- Defined in:
- lib/enconvert/internal.rb
Overview
Normalized { bytes, filename, content_type } produced by
to_file_part. Shared by the V1 file conversions (Client) and the
V2 file-ingest path (V2#ingest_files).
Instance Attribute Summary collapse
-
#bytes ⇒ Object
Returns the value of attribute bytes.
-
#content_type ⇒ Object
Returns the value of attribute content_type.
-
#filename ⇒ Object
Returns the value of attribute filename.
Instance Attribute Details
#bytes ⇒ Object
Returns the value of attribute bytes
16 17 18 |
# File 'lib/enconvert/internal.rb', line 16 def bytes @bytes end |
#content_type ⇒ Object
Returns the value of attribute content_type
16 17 18 |
# File 'lib/enconvert/internal.rb', line 16 def content_type @content_type end |
#filename ⇒ Object
Returns the value of attribute filename
16 17 18 |
# File 'lib/enconvert/internal.rb', line 16 def filename @filename end |