Module: Notiflows::Internal::Type::RequestParameters Private
- Included in:
- Models::DeliveryListParams, Models::DeliveryRetrieveParams, Models::NotificationListDeliveriesParams, Models::NotificationListParams, Models::NotificationRetrieveParams, Models::NotiflowRunParams, Models::TopicDeleteParams, Models::TopicListParams, Models::TopicRetrieveParams, Models::Topics::SubscriptionListParams, Models::Topics::SubscriptionSubscribeBulkParams, Models::Topics::SubscriptionUnsubscribeBulkParams, Models::UserDeleteParams, Models::UserListParams, Models::UserRetrieveParams, Models::UserUpsertParams, Models::Users::ChannelSettingDeleteParams, Models::Users::ChannelSettingRetrieveParams, Models::Users::ChannelSettingUpdateParams, Models::Users::DeliveryListParams, Models::Users::DeliveryRetrieveParams, Models::Users::NotificationListParams, Models::Users::NotificationRetrieveParams, Models::Users::PreferenceRetrieveParams, Models::Users::PreferenceUpdateParams, Models::Users::SubscriptionListParams, Models::Users::SubscriptionRetrieveParams, Models::Users::SubscriptionSubscribeParams, Models::Users::SubscriptionUnsubscribeParams
- Defined in:
- lib/notiflows/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 [Notiflows::RequestOptions, Hash{Symbol=>Object}]
|
|
# File 'lib/notiflows/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/notiflows/internal/type/request_parameters.rb', line 14 def self.included(mod) raise ArgumentError.new(mod) unless mod <= Notiflows::Internal::Type::BaseModel mod.optional(:request_options, Notiflows::RequestOptions) end |