class

Jane::ConnectionCheck

Inherits Reference < Object

Constructors

from_toml(data : TOML::Any) : ConnectionCheck
Source
new(name : Nil | String, address : String, port : Int32, tags : Array(String) = [] of String)
Source

Instance methods

address
Source
address=(address : String)
Source
name
Source
name=(name : String | Nil)
Source
port
Source
port=(port : Int32)
Source
tags
Source
tags=(tags : Array(String))
Source