class Sitemapper::HabitatSettings
- Sitemapper::HabitatSettings
- Reference
- Object
Defined in:
sitemapper.crClass Method Summary
- .aws_config : AwsStorageConfig | Nil
- .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 : Bool
- .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 : String
- .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.
- .max_urls : Int32
- .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_host : String | Nil
- .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 : Sitemapper::Storage.class
- .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 : String
- .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 : Bool
- .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.
Class Method Detail
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.
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.
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.
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.
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.
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.
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.
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.