class Bigbrother::Check::HostIp

Included Modules

Defined in:

bigbrother/check/host_ip.cr

Constructors

Class Method Summary

Instance Method Summary

Macro Summary

Instance methods inherited from module Bigbrother::Check

app : Bigbrother::App | Nil app, app=(app : Bigbrother::App | Nil) app=, check check, label label, run run, start(app : App) start

Constructor methods inherited from module Bigbrother::Check

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) new

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node, _dummy : Nil) #

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

Class Method Detail

def self.type #

[View source]

Instance Method Detail

def check #

[View source]
def host : String #

def host=(_host : String) #

def label #

[View source]
def port : Int32 #

def port=(_port : Int32) #

def retries : Int32? #

def retries=(_retries : Union(Int32, Nil)) #

def to_yaml(__temp_67 : YAML::Nodes::Builder) #

def type : String #

def type=(_type : String) #

Macro Detail

macro config(type, **properties) #

[View source]