Class: DockerEngineRuby::Models::Container::HostConfig::Mount::TmpfsOptions
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
1147
|
# File 'sig/docker_engine_ruby/models/container.rbs', line 1147
def initialize: (
|
Instance Attribute Details
#mode ⇒ Integer?
1459
|
# File 'lib/docker_engine_ruby/models/container.rb', line 1459
optional :mode, Integer, api_name: :Mode
|
#options ⇒ Array<Array<String>>?
1464
1465
1466
|
# File 'lib/docker_engine_ruby/models/container.rb', line 1464
optional :options,
DockerEngineRuby::Internal::Type::ArrayOf[DockerEngineRuby::Internal::Type::ArrayOf[String]],
api_name: :Options
|
#size_bytes ⇒ Integer?
1471
|
# File 'lib/docker_engine_ruby/models/container.rb', line 1471
optional :size_bytes, Integer, api_name: :SizeBytes
|
Instance Method Details
#to_hash ⇒ {
1153
|
# File 'sig/docker_engine_ruby/models/container.rbs', line 1153
def to_hash: -> {
|