Class: DockerEngineRuby::Models::Container::HostConfig::Mount::ImageOptions
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- DockerEngineRuby::Models::Container::HostConfig::Mount::ImageOptions
- Defined in:
- lib/docker_engine_ruby/models/container.rb,
sig/docker_engine_ruby/models/container.rbs
Overview
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ ImageOptions
constructor
A new instance of ImageOptions.
- #to_hash ⇒ { subpath: 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 ⇒ ImageOptions
Returns a new instance of ImageOptions.
1122 |
# File 'sig/docker_engine_ruby/models/container.rbs', line 1122 def initialize: (?subpath: String) -> void |
Instance Attribute Details
#subpath ⇒ String?
1446 |
# File 'lib/docker_engine_ruby/models/container.rb', line 1446 optional :subpath, String, api_name: :Subpath |
Instance Method Details
#to_hash ⇒ { subpath: String }
1124 |
# File 'sig/docker_engine_ruby/models/container.rbs', line 1124 def to_hash: -> { subpath: String } |