class Docr::Types::HealthcheckResult

Included Modules

Defined in:

docr/types/healthcheck_result.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def end_check : String #

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

[View source]
def exit_code : Int64 #

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

[View source]
def output : String #

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

[View source]
def start_check : String #

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

[View source]