Module: SignwellSDK::Internal::Type::RequestParameters Private
- Included in:
- Models::V1::APIApplicationDeleteParams, Models::V1::APIApplicationRetrieveParams, Models::V1::BulkSendCreateParams, Models::V1::BulkSendListParams, Models::V1::BulkSendRetrieveCsvTemplateParams, Models::V1::BulkSendRetrieveDocumentsParams, Models::V1::BulkSendRetrieveParams, Models::V1::BulkSendValidateCsvParams, Models::V1::DocumentCreateFromTemplateParams, Models::V1::DocumentCreateParams, Models::V1::DocumentDeleteParams, Models::V1::DocumentListParams, Models::V1::DocumentRemindParams, Models::V1::DocumentRetrieveCompletedPdfParams, Models::V1::DocumentRetrieveParams, Models::V1::DocumentSendParams, Models::V1::DocumentTemplateCreateParams, Models::V1::DocumentTemplateDeleteParams, Models::V1::DocumentTemplateListParams, Models::V1::DocumentTemplateRetrieveParams, Models::V1::DocumentTemplateUpdateParams, Models::V1::HookCreateParams, Models::V1::HookDeleteParams, Models::V1::HookListParams, Models::V1MeParams
- Defined in:
- lib/signwell_sdk/internal/type/request_parameters.rb
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
Instance Attribute Summary collapse
-
#request_options ⇒ Object
Options to specify HTTP behaviour for this request.
Class Method Summary collapse
- .included(mod) ⇒ Object private
Instance Attribute Details
#request_options ⇒ Object
Options to specify HTTP behaviour for this request.
@return [SignwellSDK::RequestOptions, Hash{Symbol=>Object}]
|
|
# File 'lib/signwell_sdk/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/signwell_sdk/internal/type/request_parameters.rb', line 14 def self.included(mod) raise ArgumentError.new(mod) unless mod <= SignwellSDK::Internal::Type::BaseModel mod.optional(:request_options, SignwellSDK::RequestOptions) end |