class Sitemapper::HabitatSettings

Defined in:

sitemapper.cr

Class Method Summary

Class Method Detail

def self.aws_config : AwsStorageConfig | Nil #

def self.aws_config=(value : AwsStorageConfig | Nil) #

def self.aws_config? #

Used for checking missing settings on non-nilable types It's advised to use aws_config in your apps to ensure the propper type is checked.


def self.compress : Bool #

def self.compress=(value : Bool) #

def self.compress? #

Used for checking missing settings on non-nilable types It's advised to use compress in your apps to ensure the propper type is checked.


def self.host : String #

def self.host=(value : String) #

def self.host? #

Used for checking missing settings on non-nilable types It's advised to use host in your apps to ensure the propper type is checked.


def self.max_urls : Int32 #

def self.max_urls=(value : Int32) #

def self.max_urls? #

Used for checking missing settings on non-nilable types It's advised to use max_urls in your apps to ensure the propper type is checked.


def self.sitemap_host : String | Nil #

def self.sitemap_host=(value : String | Nil) #

def self.sitemap_host? #

Used for checking missing settings on non-nilable types It's advised to use sitemap_host in your apps to ensure the propper type is checked.


def self.storage : Sitemapper::Storage.class #

def self.storage=(value : Sitemapper::Storage.class) #

def self.storage? #

Used for checking missing settings on non-nilable types It's advised to use storage in your apps to ensure the propper type is checked.


def self.storage_path : String #

def self.storage_path=(value : String) #

def self.storage_path? #

Used for checking missing settings on non-nilable types It's advised to use storage_path in your apps to ensure the propper type is checked.


def self.to_h #

Generates a hash using the provided values


def self.use_index : Bool #

def self.use_index=(value : Bool) #

def self.use_index? #

Used for checking missing settings on non-nilable types It's advised to use use_index in your apps to ensure the propper type is checked.