Class: Sitemap::Entry
- Inherits:
-
Object
- Object
- Sitemap::Entry
- Includes:
- ActiveModel::Model
- Defined in:
- lib/generators/frozen/templates/seo/sitemap_entry.rb
Instance Attribute Summary collapse
-
#changefreq ⇒ Object
Returns the value of attribute changefreq.
-
#lastmod ⇒ Object
Returns the value of attribute lastmod.
-
#priority ⇒ Object
Returns the value of attribute priority.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#changefreq ⇒ Object
Returns the value of attribute changefreq.
8 9 10 |
# File 'lib/generators/frozen/templates/seo/sitemap_entry.rb', line 8 def changefreq @changefreq end |
#lastmod ⇒ Object
Returns the value of attribute lastmod.
8 9 10 |
# File 'lib/generators/frozen/templates/seo/sitemap_entry.rb', line 8 def lastmod @lastmod end |
#priority ⇒ Object
Returns the value of attribute priority.
8 9 10 |
# File 'lib/generators/frozen/templates/seo/sitemap_entry.rb', line 8 def priority @priority end |
#url ⇒ Object
Returns the value of attribute url.
8 9 10 |
# File 'lib/generators/frozen/templates/seo/sitemap_entry.rb', line 8 def url @url end |