class Docr::Types::Health

Included Modules

Defined in:

docr/types/health.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def failing_streak : Int64 #

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

[View source]

[View source]
def log=(log : Array(Docr::Types::HealthcheckResult)) #

[View source]
def status : String #

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

[View source]