class

Sitemapper::HabitatSettings

Inherits Reference < Object

Class methods

aws_config
aws_config=(value : AwsStorageConfig | Nil)
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.

compress
compress=(value : Bool)
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.

host
host=(value : String)
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.

index_file_name
index_file_name=(value : String)
index_file_name?

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

max_urls
max_urls=(value : Int32)
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.

sitemap_file_name
sitemap_file_name=(value : String)
sitemap_file_name?

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

sitemap_host
sitemap_host=(value : String | Nil)
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.

storage
storage=(value : Sitemapper::Storage.class)
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.

storage_path
storage_path=(value : String)
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.

to_h

Generates a hash using the provided values

use_index
use_index=(value : Bool)
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.