Module: ContextDev::Models::ParseHandleResponse::Type
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/context_dev/models/parse_handle_response.rb,
sig/context_dev/models/parse_handle_response.rbs
Overview
Detected content type used for parsing
Constant Summary collapse
- HTML =
:html- XML =
:xml- JSON =
:json- JSONL =
:jsonl- TEXT =
:text- CSV =
:csv- TSV =
:tsv- MARKDOWN =
:markdown- YAML =
:yaml- PYTHON =
:python- JAVA =
:java- JAVASCRIPT =
:javascript- PHP =
:php- SHELL =
:shell- RUBY =
:ruby- TYPESCRIPT =
:typescript- RTF =
:rtf- SRT =
:srt- CSS =
:css- SCSS =
:scss- LESS =
:less- STYLUS =
:stylus- SASS =
:sass- SVG =
:svg- PDF =
:pdf- DOCX =
:docx- DOC =
:doc- XLSX =
:xlsx- XLS =
:xls- PPTX =
:pptx- PPT =
:ppt- JPG =
:jpg- PNG =
:png- GIF =
:gif- BMP =
:bmp- TIFF =
:tiff- 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::ParseHandleResponse::type_]
136 |
# File 'sig/context_dev/models/parse_handle_response.rbs', line 136
def self?.values: -> ::Array[ContextDev::Models::ParseHandleResponse::type_]
|