Class: DockerEngineRuby::Models::Info::Containerd::Namespaces
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- DockerEngineRuby::Models::Info::Containerd::Namespaces
- Defined in:
- lib/docker_engine_ruby/models/info.rb,
sig/docker_engine_ruby/models/info.rbs
Overview
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ Namespaces
constructor
A new instance of Namespaces.
- #to_hash ⇒ { containers: String, plugins: String }
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 ⇒ Namespaces
Returns a new instance of Namespaces.
539 |
# File 'sig/docker_engine_ruby/models/info.rbs', line 539
def initialize: (?containers: String, ?plugins: String) -> void
|
Instance Attribute Details
#containers ⇒ String?
727 |
# File 'lib/docker_engine_ruby/models/info.rb', line 727 optional :containers, String, api_name: :Containers |
#plugins ⇒ String?
732 |
# File 'lib/docker_engine_ruby/models/info.rb', line 732 optional :plugins, String, api_name: :Plugins |
Instance Method Details
#to_hash ⇒ { containers: String, plugins: String }
541 |
# File 'sig/docker_engine_ruby/models/info.rbs', line 541
def to_hash: -> { containers: String, plugins: String }
|