Class: DockerEngineRuby::Models::ServiceSpec::Mode::ReplicatedJob
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
264
|
# File 'sig/docker_engine_ruby/models/service_spec.rbs', line 264
def initialize: (
|
Instance Attribute Details
#max_concurrent ⇒ Integer?
267
|
# File 'lib/docker_engine_ruby/models/service_spec.rb', line 267
optional :max_concurrent, Integer, api_name: :MaxConcurrent
|
#total_completions ⇒ Integer?
272
|
# File 'lib/docker_engine_ruby/models/service_spec.rb', line 272
optional :total_completions, Integer, api_name: :TotalCompletions
|
Instance Method Details
#to_hash ⇒ {
269
|
# File 'sig/docker_engine_ruby/models/service_spec.rbs', line 269
def to_hash: -> {
|