struct Config

Included Modules

Defined in:

config.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new #

[View source]

Instance Method Detail

def crawl_dir : String #

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

[View source]
def rsync_command : String #

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

[View source]
def source_dir : String #

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

[View source]
def ssh_command : String #

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

[View source]
def ssh_ctrl_path #

[View source]
def ssh_port : Int32 #

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

[View source]
def stime_xattr : String #

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

[View source]
def syncjobs : Int32 #

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

[View source]
def syncmode : String #

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

[View source]
def target : String #

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

[View source]
def target_dir #

[View source]
def target_node #

[View source]