class Docr::Types::ExecStartConfig

Included Modules

Defined in:

docr/types/exec_start_config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(detach : Bool | Nil = false, tty : Bool | Nil = false) #

[View source]

Instance Method Detail

def detach : Bool | Nil #

[View source]
def detach=(detach : Bool | Nil) #

[View source]
def tty : Bool | Nil #

[View source]
def tty=(tty : Bool | Nil) #

[View source]