class Lgwsim::Config

Defined in:

config.cr

Constant Summary

FILENAME = "config.yml"

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

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

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

def self.new #

[View source]

Class Method Detail

def self.load #

[View source]

Instance Method Detail

def account : String #

def account=(_account : String) #

def channel_name : String #

def channel_name=(_channel_name : String) #

def channel_password : String #

def channel_password=(_channel_password : String) #

def delay_reply_max_seconds : Int32 #

def delay_reply_max_seconds=(_delay_reply_max_seconds : Int32) #

def delay_reply_min_seconds : Int32 #

def delay_reply_min_seconds=(_delay_reply_min_seconds : Int32) #

def delay_reply_percent : Float64 #

def delay_reply_percent=(_delay_reply_percent : Float64) #

def host : String #

def host=(_host : String) #

def incoming_batch_size : Int32 #

def incoming_batch_size=(_incoming_batch_size : Int32) #

def incorrect_reply_percent : Float64 #

def incorrect_reply_percent=(_incorrect_reply_percent : Float64) #

def no_reply_percent : Float64 #

def no_reply_percent=(_no_reply_percent : Float64) #

def port : Int32 #

def port=(_port : Int32) #

def sleep_seconds : Int32 #

def sleep_seconds=(_sleep_seconds : Int32) #

def sticky_respondents : Bool #

def sticky_respondents=(_sticky_respondents : Bool) #

def tls : Bool #

def tls=(_tls : Bool) #

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