Module: SitemapGenerator
- Defined in:
- lib/sitemap_generator/link_set.rb,
lib/sitemap_generator.rb,
lib/sitemap_generator/link.rb,
lib/sitemap_generator/mapper.rb,
lib/sitemap_generator/builder.rb,
lib/sitemap_generator/railtie.rb,
lib/sitemap_generator/templates.rb,
lib/sitemap_generator/utilities.rb,
lib/sitemap_generator/interpreter.rb,
lib/sitemap_generator/builder/helper.rb,
lib/sitemap_generator/builder/sitemap_file.rb,
lib/sitemap_generator/builder/sitemap_index_file.rb
Overview
A LinkSet provisions a bunch of links to sitemap files. It also writes the index file which lists all the sitemap files written.
Defined Under Namespace
Modules: Builder, Link, Utilities Classes: Interpreter, LinkSet, Mapper, Railtie, Templates
Class Attribute Summary collapse
-
.root ⇒ Object
Returns the value of attribute root.
-
.templates ⇒ Object
Returns the value of attribute templates.
Class Attribute Details
.root ⇒ Object
Returns the value of attribute root.
23 24 25 |
# File 'lib/sitemap_generator.rb', line 23 def root @root end |
.templates ⇒ Object
Returns the value of attribute templates.
23 24 25 |
# File 'lib/sitemap_generator.rb', line 23 def templates @templates end |