Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Jane::HQConfig
Inherits
Reference
<
Object
Constructors
from_toml
(data :
TOML::Any
) :
HQConfig
Source
new
(host :
Nil
|
String
, port :
Int32
|
Nil
, enabled :
Bool
|
Nil
)
Source
Instance methods
enabled
Source
enabled=
(enabled :
Bool
|
Nil
)
Source
host
Source
host=
(host :
String
|
Nil
)
Source
port
Source
port=
(port :
Int32
|
Nil
)
Source