Class: Sitemap::Entry

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model
Defined in:
lib/generators/frozen/templates/seo/sitemap_entry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#changefreqObject

Returns the value of attribute changefreq.



8
9
10
# File 'lib/generators/frozen/templates/seo/sitemap_entry.rb', line 8

def changefreq
  @changefreq
end

#lastmodObject

Returns the value of attribute lastmod.



8
9
10
# File 'lib/generators/frozen/templates/seo/sitemap_entry.rb', line 8

def lastmod
  @lastmod
end

#priorityObject

Returns the value of attribute priority.



8
9
10
# File 'lib/generators/frozen/templates/seo/sitemap_entry.rb', line 8

def priority
  @priority
end

#urlObject

Returns the value of attribute url.



8
9
10
# File 'lib/generators/frozen/templates/seo/sitemap_entry.rb', line 8

def url
  @url
end