Module: DockerEngineRuby::Internal::Type::RequestParameters Private
- Included in:
- Models::AuthLoginParams, Models::ConfigCreateParams, Models::ConfigDeleteParams, Models::ConfigInspectParams, Models::ConfigListParams, Models::ConfigUpdateParams, Models::ContainerArchiveParams, Models::ContainerAttachParams, Models::ContainerChangesParams, Models::ContainerCreateParams, Models::ContainerDeleteParams, Models::ContainerExecParams, Models::ContainerExportParams, Models::ContainerInspectParams, Models::ContainerKillParams, Models::ContainerListParams, Models::ContainerLogsParams, Models::ContainerPauseParams, Models::ContainerPruneParams, Models::ContainerRenameParams, Models::ContainerResizeParams, Models::ContainerRestartParams, Models::ContainerStartParams, Models::ContainerStatsParams, Models::ContainerStopParams, Models::ContainerTopParams, Models::ContainerUnpauseParams, Models::ContainerUpdateParams, Models::ContainerWaitParams, Models::DistributionInspectParams, Models::ExecInspectParams, Models::ExecResizeParams, Models::ExecStartParams, Models::ImageBuildParams, Models::ImageBuildPruneParams, Models::ImageCommitParams, Models::ImageDeleteParams, Models::ImageGetAllParams, Models::ImageGetParams, Models::ImageHistoryParams, Models::ImageInspectParams, Models::ImageListParams, Models::ImageLoadParams, Models::ImagePruneParams, Models::ImagePullParams, Models::ImagePushParams, Models::ImageSearchParams, Models::ImageTagParams, Models::NetworkConnectParams, Models::NetworkCreateParams, Models::NetworkDeleteParams, Models::NetworkDisconnectParams, Models::NetworkInspectParams, Models::NetworkListParams, Models::NetworkPruneParams, Models::NodeDeleteParams, Models::NodeInspectParams, Models::NodeListParams, Models::NodeUpdateParams, Models::PluginCreateParams, Models::PluginDeleteParams, Models::PluginDisableParams, Models::PluginEnableParams, Models::PluginInspectParams, Models::PluginListParams, Models::PluginPrivilegesParams, Models::PluginPullParams, Models::PluginPushParams, Models::PluginSetParams, Models::PluginUpgradeParams, Models::SecretCreateParams, Models::SecretDeleteParams, Models::SecretInspectParams, Models::SecretListParams, Models::SecretUpdateParams, Models::ServiceCreateParams, Models::ServiceDeleteParams, Models::ServiceInspectParams, Models::ServiceListParams, Models::ServiceLogsParams, Models::ServiceUpdateParams, Models::SwarmInitParams, Models::SwarmInspectParams, Models::SwarmJoinParams, Models::SwarmLeaveParams, Models::SwarmUnlockKeyParams, Models::SwarmUnlockParams, Models::SwarmUpdateParams, Models::SystemDataUsageParams, Models::SystemEventsParams, Models::SystemInfoParams, Models::SystemPingParams, Models::SystemVersionParams, Models::TaskInspectParams, Models::TaskListParams, Models::TaskLogsParams, Models::VolumeCreateParams, Models::VolumeDeleteParams, Models::VolumeInspectParams, Models::VolumeListParams, Models::VolumePruneParams, Models::VolumeUpdateParams
- Defined in:
- lib/docker_engine_ruby/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 [DockerEngineRuby::RequestOptions, Hash{Symbol=>Object}]
|
|
# File 'lib/docker_engine_ruby/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/docker_engine_ruby/internal/type/request_parameters.rb', line 14 def self.included(mod) raise ArgumentError.new(mod) unless mod <= DockerEngineRuby::Internal::Type::BaseModel mod.optional(:request_options, DockerEngineRuby::RequestOptions) end |