Module: ContextDev::Models::WebWebScrapeMdResponse::Metadata::AdditionalMeta
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/context_dev/models/web_web_scrape_md_response.rb
Constant Summary collapse
- StringArray =
ContextDev::Internal::Type::ArrayOf[String]
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(final_url:, source_url:, additional_meta: nil, alternates: nil, author: nil, canonical_url: nil, description: nil, favicon: nil, image: nil, json_ld: nil, keywords: nil, language: nil, modified_time: nil, open_graph: nil, published_time: nil, robots: nil, site_name: nil, title: nil, twitter: nil) ⇒ Object
Some parameter documentations has been truncated, see ContextDev::Models::WebWebScrapeMdResponse::Metadata for more details.
Methods included from Internal::Type::Union
==, ===, coerce, dump, hash, inspect, to_sorbet_type, variants
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
Class Method Details
.variants ⇒ Array(String, Array<String>)
|
|
# File 'lib/context_dev/models/web_web_scrape_md_response.rb', line 228
|
Instance Method Details
#initialize(final_url:, source_url:, additional_meta: nil, alternates: nil, author: nil, canonical_url: nil, description: nil, favicon: nil, image: nil, json_ld: nil, keywords: nil, language: nil, modified_time: nil, open_graph: nil, published_time: nil, robots: nil, site_name: nil, title: nil, twitter: nil) ⇒ Object
Some parameter documentations has been truncated, see ContextDev::Models::WebWebScrapeMdResponse::Metadata for more details.
Metadata extracted from the scraped page HTML.
221 222 223 224 225 226 227 228 229 230 231 232 233 |
# File 'lib/context_dev/models/web_web_scrape_md_response.rb', line 221 module AdditionalMeta extend ContextDev::Internal::Type::Union variant String variant -> { ContextDev::Models::WebWebScrapeMdResponse::Metadata::AdditionalMeta::StringArray } # @!method self.variants # @return [Array(String, Array<String>)] # @type [ContextDev::Internal::Type::Converter] StringArray = ContextDev::Internal::Type::ArrayOf[String] end |