Module: EInvoiceAPI::Internal::Type::RequestParameters Private
- Included in:
- Models::DocumentCreateFromPdfParams, Models::DocumentCreateParams, Models::DocumentDeleteParams, Models::DocumentRetrieveParams, Models::DocumentSendParams, Models::DocumentValidateParams, Models::Documents::AttachmentAddParams, Models::Documents::AttachmentDeleteParams, Models::Documents::AttachmentListParams, Models::Documents::AttachmentRetrieveParams, Models::Documents::UblCreateFromUblParams, Models::Documents::UblGetParams, Models::InboxListCreditNotesParams, Models::InboxListInvoicesParams, Models::InboxListParams, Models::LookupRetrieveParams, Models::LookupRetrieveParticipantsParams, Models::MeRetrieveParams, Models::OutboxListDraftDocumentsParams, Models::OutboxListReceivedDocumentsParams, Models::ValidateValidateJsonParams, Models::ValidateValidatePeppolIDParams, Models::ValidateValidateUblParams, Models::WebhookCreateParams, Models::WebhookDeleteParams, Models::WebhookListParams, Models::WebhookRetrieveParams, Models::WebhookUpdateParams
- Defined in:
- lib/e_invoice_api/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 [EInvoiceAPI::RequestOptions, Hash{Symbol=>Object}]
|
|
# File 'lib/e_invoice_api/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/e_invoice_api/internal/type/request_parameters.rb', line 14 def self.included(mod) raise ArgumentError.new(mod) unless mod <= EInvoiceAPI::Internal::Type::BaseModel mod.optional(:request_options, EInvoiceAPI::RequestOptions) end |