struct CrystaLXD::Container::Action

Included Modules

Defined in:

client/container.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(action : String, timeout : Int32? = nil, force : Bool? = nil, stateful : Bool? = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def action : String #

def clone #

[View source]
def copy_with(action _action = @action, timeout _timeout = @timeout, force _force = @force, stateful _stateful = @stateful) #

[View source]
def force : Bool? #

def stateful : Bool? #

def timeout : Int32? #