Class: DockerEngineRuby::Models::Plugin::Config::Interface
Overview
Defined Under Namespace
Modules: ProtocolScheme
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(socket:, types:, protocol_scheme: nil) ⇒ Object
|
# File 'lib/docker_engine_ruby/models/plugin.rb', line 236
|
Instance Attribute Details
#protocol_scheme ⇒ Symbol, ...
232
233
234
|
# File 'lib/docker_engine_ruby/models/plugin.rb', line 232
optional :protocol_scheme,
enum: -> { DockerEngineRuby::Plugin::Config::Interface::ProtocolScheme },
api_name: :ProtocolScheme
|
#socket ⇒ String
222
|
# File 'lib/docker_engine_ruby/models/plugin.rb', line 222
required :socket, String, api_name: :Socket
|
#types ⇒ Array<String>
227
|
# File 'lib/docker_engine_ruby/models/plugin.rb', line 227
required :types, DockerEngineRuby::Internal::Type::ArrayOf[String], api_name: :Types
|
Instance Method Details
#to_hash ⇒ {
230
|
# File 'sig/docker_engine_ruby/models/plugin.rbs', line 230
def to_hash: -> {
|