class Sitemapper::Config
- Sitemapper::Config
- Reference
- Object
Defined in:
sitemapper/config.crConstructors
Instance Method Summary
- #aws_config : Hash(String, String) | Nil
- #aws_config=(aws_config : Hash(String, String) | Nil)
- #compress : Bool
- #compress=(compress : Bool)
- #host : String
- #host=(host : String)
- #max_urls : Int32
- #max_urls=(max_urls : Int32)
-
#reset!
sets all config options back to their defaults
- #sitemap_host : String | Nil
- #sitemap_host=(sitemap_host : String | Nil)
- #storage : Symbol
- #storage=(storage : Symbol)
- #use_index : Bool
- #use_index=(use_index : Bool)