struct SitemapOptions

Defined in:

sitemapper/sitemap_options.cr

Constructors

Instance Method Summary

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) #

[View source]

Instance Method Detail

def changefreq : String #

def clone #

[View source]
def copy_with(changefreq _changefreq = @changefreq, priority _priority = @priority, lastmod _lastmod = @lastmod, video _video = @video, image _image = @image) #

[View source]
def image : Sitemapper::ImageMap | Nil #

def lastmod : Time #

def priority : Float64 #

def video : Sitemapper::VideoMap | Nil #