struct SitemapOptions
- SitemapOptions
- Struct
- Value
- Object
Defined in:
sitemapper/sitemap_options.crConstructors
Instance Method Summary
- #changefreq : String
- #clone
- #copy_with(changefreq _changefreq = @changefreq, priority _priority = @priority, lastmod _lastmod = @lastmod, video _video = @video, image _image = @image)
- #image : Sitemapper::ImageMap | Nil
- #lastmod : Time
- #priority : Float64
- #video : Sitemapper::VideoMap | Nil
Constructor Detail
def self.new(changefreq : String = "daily", priority : Float64 = 0.5, lastmod : Time = Time.utc, video : Sitemapper::VideoMap | Nil = nil, image : Sitemapper::ImageMap | Nil = nil)
#
Instance Method Detail
def copy_with(changefreq _changefreq = @changefreq, priority _priority = @priority, lastmod _lastmod = @lastmod, video _video = @video, image _image = @image)
#