class Sitemapper::Config

Defined in:

sitemapper/config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def aws_config : Hash(String, String) | Nil #

[View source]
def aws_config=(aws_config : Hash(String, String) | Nil) #

[View source]
def compress : Bool #

[View source]
def compress=(compress : Bool) #

[View source]
def host : String #

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

[View source]
def max_urls : Int32 #

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

[View source]
def reset! #

sets all config options back to their defaults


[View source]
def sitemap_host : String | Nil #

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

[View source]
def storage : Symbol #

[View source]
def storage=(storage : Symbol) #

[View source]
def use_index : Bool #

[View source]
def use_index=(use_index : Bool) #

[View source]