struct Docker::ContainerInspectStateHealthLog

Included Modules

Defined in:

api_schema/containers/containers.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def exitCode : Int64 #

[View source]
def exitCode=(exitCode : Int64) #

[View source]
def logEnd : String #

[View source]
def logEnd=(logEnd : String) #

[View source]
def logStart : String #

[View source]
def logStart=(logStart : String) #

[View source]
def output : String #

[View source]
def output=(output : String) #

[View source]