Class: Indexmap::Parser::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/indexmap/parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#lastmodObject

Returns the value of attribute lastmod

Returns:

  • (Object)

    the current value of lastmod



10
11
12
# File 'lib/indexmap/parser.rb', line 10

def lastmod
  @lastmod
end

#locObject

Returns the value of attribute loc

Returns:

  • (Object)

    the current value of loc



10
11
12
# File 'lib/indexmap/parser.rb', line 10

def loc
  @loc
end

#source_sitemapObject

Returns the value of attribute source_sitemap

Returns:

  • (Object)

    the current value of source_sitemap



10
11
12
# File 'lib/indexmap/parser.rb', line 10

def source_sitemap
  @source_sitemap
end