Class: SitemapGenerator::Builder::LinkHolder

Inherits:
Struct
  • Object
show all
Defined in:
lib/sitemap_generator/builder.rb

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute link

Returns:

  • (Object)

    the current value of link



9
10
11
# File 'lib/sitemap_generator/builder.rb', line 9

def link
  @link
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



9
10
11
# File 'lib/sitemap_generator/builder.rb', line 9

def options
  @options
end