Class: DockerEngineRuby::Models::Plugin::Config::Interface
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- DockerEngineRuby::Models::Plugin::Config::Interface
- Defined in:
- lib/docker_engine_ruby/models/plugin.rb
Overview
Defined Under Namespace
Modules: ProtocolScheme
Instance Attribute Summary collapse
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(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 |