Module: ContextDev::Internal::Type::RequestParameters Private
- Included in:
- Models::AIExtractProductParams, Models::AIExtractProductsParams, Models::BatchCancelParams, Models::BatchGetResultsParams, Models::BatchListParams, Models::BatchRetrieveParams, Models::BatchSubmitParams, Models::BrandRetrieveParams, Models::BrandRetrieveSimplifiedParams, Models::IndustryRetrieveNaicsParams, Models::IndustryRetrieveSicParams, Models::MonitorCreateParams, Models::MonitorDeleteParams, Models::MonitorGetCreditUsageParams, Models::MonitorGetLimitsParams, Models::MonitorListAccountChangesParams, Models::MonitorListAccountRunsParams, Models::MonitorListChangesParams, Models::MonitorListParams, Models::MonitorListRunsParams, Models::MonitorRetrieveChangeParams, Models::MonitorRetrieveParams, Models::MonitorRunParams, Models::MonitorUpdateParams, Models::ParseHandleParams, Models::UtilityPrefetchParams, Models::WebExtractCompetitorsParams, Models::WebExtractFontsParams, Models::WebExtractParams, Models::WebExtractStyleguideParams, Models::WebScreenshotParams, Models::WebSearchParams, Models::WebWebCrawlMdParams, Models::WebWebScrapeHTMLParams, Models::WebWebScrapeImagesParams, Models::WebWebScrapeMdParams, Models::WebWebScrapeSitemapParams
- Defined in:
- lib/context_dev/internal/type/request_parameters.rb,
sig/context_dev/internal/type/request_parameters.rbs
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Defined Under Namespace
Modules: Converter
Constant Summary collapse
- ContextDev =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
-
#request_options ⇒ ContextDev::request_opts
private
Options to specify HTTP behaviour for this request.
Class Method Summary collapse
- .included(mod) ⇒ Object private
Instance Attribute Details
#request_options ⇒ ContextDev::request_opts
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Options to specify HTTP behaviour for this request.
@return [ContextDev::RequestOptions, Hash{Symbol=>Object}]
|
|
# File 'lib/context_dev/internal/type/request_parameters.rb', line 8
|
Class Method Details
.included(mod) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
14 15 16 17 18 |
# File 'lib/context_dev/internal/type/request_parameters.rb', line 14 def self.included(mod) raise ArgumentError.new(mod) unless mod <= ContextDev::Internal::Type::BaseModel mod.optional(:request_options, ContextDev::RequestOptions) end |