struct CrMangaDownloadr::Config

Defined in:

cr_manga_downloadr/records.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(domain : String, root_uri : String, download_directory : String = "/tmp", download_batch_size : Int32 = 10, image_dimensions : String = "600x800", pages_per_volume : Int32 = 250, cache_http : Bool = true, cache_directory : String = "/tmp/cr_manga_downloadr_cache") #

[View source]

Instance Method Detail

def cache_directory : String #

def cache_http : Bool #

def clone #

[View source]
def copy_with(domain _domain = @domain, root_uri _root_uri = @root_uri, download_directory _download_directory = @download_directory, download_batch_size _download_batch_size = @download_batch_size, image_dimensions _image_dimensions = @image_dimensions, pages_per_volume _pages_per_volume = @pages_per_volume, cache_http _cache_http = @cache_http, cache_directory _cache_directory = @cache_directory) #

[View source]
def domain : String #

def download_batch_size : Int32 #

def download_directory : String #

def image_dimensions : String #

def pages_per_volume : Int32 #

def root_uri : String #