struct CrMangaDownloadr::Config
- CrMangaDownloadr::Config
- Struct
- Value
- Object
Defined in:
cr_manga_downloadr/records.crConstructors
Instance Method Summary
- #cache_directory : String
- #cache_http : Bool
- #clone
- #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)
- #domain : String
- #download_batch_size : Int32
- #download_directory : String
- #image_dimensions : String
- #pages_per_volume : Int32
- #root_uri : String
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")
#
Instance Method Detail
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)
#