struct
Latch::Extractor::FilenameFromIO
- Latch::Extractor::FilenameFromIO
- Struct
- Value
- Object
Included Modules
Defined in:
latch/extractor/filename_from_io.crConstructors
Instance Method Summary
-
#extract(uploaded_file, metadata, **options) : String | Nil
Returns the filename from the options or tries to extract the filename from the IO object.
- #initialize
Instance methods inherited from module Latch::Extractor
extract(uploaded_file : Latch::UploadedFile, metadata : MetadataHash, **options) : MetadataValue | Nil
extract
Constructor Detail
Instance Method Detail
def extract(uploaded_file, metadata, **options) : String | Nil
#
Returns the filename from the options or tries to extract the filename from the IO object.