class Ketchup::BaseConfig

Included Modules

Direct Known Subclasses

Defined in:

ketchup/config.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def cycle : Int32 #

[View source]
def cycle=(cycle : Int32) #

[View source]
def host : String #

[View source]
def host=(host : String) #

[View source]
def long_break_duration : Int32 #

[View source]
def long_break_duration=(long_break_duration : Int32) #

[View source]
def pomodoro_duration : Int32 #

[View source]
def pomodoro_duration=(pomodoro_duration : Int32) #

[View source]
def port : Int32 #

[View source]
def port=(port : Int32) #

[View source]
def short_break_duration : Int32 #

[View source]
def short_break_duration=(short_break_duration : Int32) #

[View source]
def socket : String | Nil #

[View source]
def socket=(socket : String | Nil) #

[View source]