Class: DockerEngineRuby::Models::TaskSpec::ContainerSpec::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
678
|
# File 'sig/docker_engine_ruby/models/task_spec.rbs', line 678
def initialize: (
|
Instance Attribute Details
#mode ⇒ Integer?
712
|
# File 'lib/docker_engine_ruby/models/task_spec.rb', line 712
optional :mode, Integer, api_name: :Mode
|
#options ⇒ Array<Array<String>>?
717
718
719
|
# File 'lib/docker_engine_ruby/models/task_spec.rb', line 717
optional :options,
DockerEngineRuby::Internal::Type::ArrayOf[DockerEngineRuby::Internal::Type::ArrayOf[String]],
api_name: :Options
|
#size_bytes ⇒ Integer?
724
|
# File 'lib/docker_engine_ruby/models/task_spec.rb', line 724
optional :size_bytes, Integer, api_name: :SizeBytes
|
Instance Method Details
#to_hash ⇒ {
684
|
# File 'sig/docker_engine_ruby/models/task_spec.rbs', line 684
def to_hash: -> {
|