Class: DockerEngineRuby::Models::InspectResponse
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(arguments: nil, entrypoint: nil, privileged: nil, tty: nil, user: nil) ⇒ Object
|
# File 'lib/docker_engine_ruby/models/inspect_response.rb', line 31
|
Instance Attribute Details
#arguments ⇒ Array<String>?
9
|
# File 'lib/docker_engine_ruby/models/inspect_response.rb', line 9
optional :arguments, DockerEngineRuby::Internal::Type::ArrayOf[String]
|
#entrypoint ⇒ String?
14
|
# File 'lib/docker_engine_ruby/models/inspect_response.rb', line 14
optional :entrypoint, String
|
#privileged ⇒ Boolean?
19
|
# File 'lib/docker_engine_ruby/models/inspect_response.rb', line 19
optional :privileged, DockerEngineRuby::Internal::Type::Boolean
|
#tty ⇒ Boolean?
24
|
# File 'lib/docker_engine_ruby/models/inspect_response.rb', line 24
optional :tty, DockerEngineRuby::Internal::Type::Boolean
|
#user ⇒ String?
29
|
# File 'lib/docker_engine_ruby/models/inspect_response.rb', line 29
optional :user, String
|
Instance Method Details
#to_hash ⇒ {
41
|
# File 'sig/docker_engine_ruby/models/inspect_response.rbs', line 41
def to_hash: -> {
|