class Ketchup::Config

Defined in:

ketchup/config.cr

Constructors

Instance Method Summary

Instance methods inherited from class Ketchup::BaseConfig

cycle : Int32 cycle, cycle=(cycle : Int32) cycle=, host : String host, host=(host : String) host=, long_break_duration : Int32 long_break_duration, long_break_duration=(long_break_duration : Int32) long_break_duration=, pomodoro_duration : Int32 pomodoro_duration, pomodoro_duration=(pomodoro_duration : Int32) pomodoro_duration=, port : Int32 port, port=(port : Int32) port=, short_break_duration : Int32 short_break_duration, short_break_duration=(short_break_duration : Int32) short_break_duration=, socket : String | Nil socket, socket=(socket : String | Nil) socket=

Constructor methods inherited from class Ketchup::BaseConfig

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

Constructor Detail

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

[View source]
def self.new #

[View source]

Instance Method Detail

def long_break_duration #

[View source]
def pomodoro_duration #

[View source]
def short_break_duration #

[View source]