Module: ContextDev::Models::ParseHandleParams::Extension
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/context_dev/models/parse_handle_params.rb,
sig/context_dev/models/parse_handle_params.rbs
Overview
Optional file extension hint. Case-insensitive; a leading dot is accepted (e.g. ".pdf").
Constant Summary collapse
- TXT =
:txt- TEXT =
:text- MD =
:md- MARKDOWN =
:markdown- HTML =
:html- HTM =
:htm- XHTML =
:xhtml- XML =
:xml- RSS =
:rss- ATOM =
:atom- CSV =
:csv- TSV =
:tsv- YAML =
:yaml- YML =
:yml- PY =
:py- JAVA =
:java- JS =
:js- JSX =
:jsx- MJS =
:mjs- CJS =
:cjs- JSON =
:json- JSONL =
:jsonl- NDJSON =
:ndjson- PHP =
:php- SH =
:sh- BASH =
:bash- ZSH =
:zsh- FISH =
:fish- RB =
:rb- TS =
:ts- TSX =
:tsx- RTF =
:rtf- SRT =
:srt- CSS =
:css- SCSS =
:scss- LESS =
:less- STYL =
:styl- SASS =
:sass- SVG =
:svg- PDF =
:pdf- DOCX =
:docx- DOC =
:doc- XLSX =
:xlsx- XLSM =
:xlsm- XLSB =
:xlsb- XLTX =
:xltx- XLTM =
:xltm- XLS =
:xls- PPTX =
:pptx- PPTM =
:pptm- PPSX =
:ppsx- PPSM =
:ppsm- POTX =
:potx- POTM =
:potm- PPT =
:ppt- PPS =
:pps- POT =
:pot- JPG =
:jpg- JPEG =
:jpeg- JPE =
:jpe- PNG =
:png- GIF =
:gif- BMP =
:bmp- TIFF =
:tiff- TIF =
:tif- WEBP =
:webp- PPM =
:ppm- PBM =
:pbm- PGM =
:pgm- PNM =
:pnm
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Instance Method Details
#self?.values ⇒ ::Array[ContextDev::Models::ParseHandleParams::extension]
224 |
# File 'sig/context_dev/models/parse_handle_params.rbs', line 224
def self?.values: -> ::Array[ContextDev::Models::ParseHandleParams::extension]
|