Class: DockerEngineRuby::Models::TaskSpec::PluginSpec
Overview
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], 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
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
1244
|
# File 'sig/docker_engine_ruby/models/task_spec.rbs', line 1244
def initialize: (
|
Instance Attribute Details
#disabled ⇒ Boolean?
1199
|
# File 'lib/docker_engine_ruby/models/task_spec.rb', line 1199
optional :disabled, DockerEngineRuby::Internal::Type::Boolean, api_name: :Disabled
|
#name ⇒ String?
1204
|
# File 'lib/docker_engine_ruby/models/task_spec.rb', line 1204
optional :name, String, api_name: :Name
|
1209
1210
1211
|
# File 'lib/docker_engine_ruby/models/task_spec.rb', line 1209
optional :plugin_privilege,
-> { DockerEngineRuby::Internal::Type::ArrayOf[DockerEngineRuby::Privilege] },
api_name: :PluginPrivilege
|
#remote ⇒ String?
1216
|
# File 'lib/docker_engine_ruby/models/task_spec.rb', line 1216
optional :remote, String, api_name: :Remote
|
Instance Method Details
#to_hash ⇒ {
1251
|
# File 'sig/docker_engine_ruby/models/task_spec.rbs', line 1251
def to_hash: -> {
|