Class: DockerEngineRuby::Models::Plugin::Settings
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- DockerEngineRuby::Models::Plugin::Settings
- Defined in:
- lib/docker_engine_ruby/models/plugin.rb
Overview
Defined Under Namespace
Instance Attribute Summary collapse
- #args ⇒ Array<String>
- #devices ⇒ Array<DockerEngineRuby::Models::Plugin::Settings::Device>
- #env ⇒ Array<String>
- #mounts ⇒ Array<DockerEngineRuby::Models::Plugin::Settings::Mount>
Instance Method Summary collapse
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(description:, name:, path:, settable:) ⇒ Object
|
|
# File 'lib/docker_engine_ruby/models/plugin.rb', line 455
|
Instance Attribute Details
#args ⇒ Array<String>
405 |
# File 'lib/docker_engine_ruby/models/plugin.rb', line 405 required :args, DockerEngineRuby::Internal::Type::ArrayOf[String], api_name: :Args |
#devices ⇒ Array<DockerEngineRuby::Models::Plugin::Settings::Device>
410 411 412 |
# File 'lib/docker_engine_ruby/models/plugin.rb', line 410 required :devices, -> { DockerEngineRuby::Internal::Type::ArrayOf[DockerEngineRuby::Plugin::Settings::Device] }, api_name: :Devices |
#env ⇒ Array<String>
417 |
# File 'lib/docker_engine_ruby/models/plugin.rb', line 417 required :env, DockerEngineRuby::Internal::Type::ArrayOf[String], api_name: :Env |
#mounts ⇒ Array<DockerEngineRuby::Models::Plugin::Settings::Mount>
422 423 424 |
# File 'lib/docker_engine_ruby/models/plugin.rb', line 422 required :mounts, -> { DockerEngineRuby::Internal::Type::ArrayOf[DockerEngineRuby::Plugin::Settings::Mount] }, api_name: :Mounts |