Lgwsim::Config
Inherits Reference < Object
Constants
FILENAME = "config.yml"
Constructors
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node, _dummy : Nil)
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new
SourceClass methods
load
SourceInstance methods
account
account=(_account : String)
channel_name
channel_name=(_channel_name : String)
channel_password
channel_password=(_channel_password : String)
delay_reply_max_seconds
delay_reply_max_seconds=(_delay_reply_max_seconds : Int32)
delay_reply_min_seconds
delay_reply_min_seconds=(_delay_reply_min_seconds : Int32)
delay_reply_percent
delay_reply_percent=(_delay_reply_percent : Float64)
host
host=(_host : String)
incoming_batch_size
incoming_batch_size=(_incoming_batch_size : Int32)
incorrect_reply_percent
incorrect_reply_percent=(_incorrect_reply_percent : Float64)
no_reply_percent
no_reply_percent=(_no_reply_percent : Float64)
port
port=(_port : Int32)
sleep_seconds
sleep_seconds=(_sleep_seconds : Int32)
sticky_respondents
sticky_respondents=(_sticky_respondents : Bool)
tls
tls=(_tls : Bool)
to_yaml(__temp_102 : YAML::Nodes::Builder)