Class: ContextDev::Models::WebWebCrawlMdResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- ContextDev::Models::WebWebCrawlMdResponse
- Defined in:
- lib/context_dev/models/web_web_crawl_md_response.rb
Overview
Defined Under Namespace
Instance Attribute Summary collapse
- #metadata ⇒ ContextDev::Models::WebWebCrawlMdResponse::Metadata
- #results ⇒ Array<ContextDev::Models::WebWebCrawlMdResponse::Result>
Instance Method Summary collapse
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(max_crawl_depth:, num_failed:, num_succeeded:, num_urls:) ⇒ Object
|
|
# File 'lib/context_dev/models/web_web_crawl_md_response.rb', line 18
|
Instance Attribute Details
#metadata ⇒ ContextDev::Models::WebWebCrawlMdResponse::Metadata
10 |
# File 'lib/context_dev/models/web_web_crawl_md_response.rb', line 10 required :metadata, -> { ContextDev::Models::WebWebCrawlMdResponse::Metadata } |
#results ⇒ Array<ContextDev::Models::WebWebCrawlMdResponse::Result>
15 16 |
# File 'lib/context_dev/models/web_web_crawl_md_response.rb', line 15 required :results, -> { ContextDev::Internal::Type::ArrayOf[ContextDev::Models::WebWebCrawlMdResponse::Result] } |