Class: Sitemaps::Entry

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

Instance Attribute Summary collapse

Instance Attribute Details

#changefreqObject

Returns the value of attribute changefreq

Returns:

  • (Object)

    the current value of changefreq



14
15
16
# File 'lib/sitemaps.rb', line 14

def changefreq
  @changefreq
end

#lastmodObject

Returns the value of attribute lastmod

Returns:

  • (Object)

    the current value of lastmod



14
15
16
# File 'lib/sitemaps.rb', line 14

def lastmod
  @lastmod
end

#locObject

Returns the value of attribute loc

Returns:

  • (Object)

    the current value of loc



14
15
16
# File 'lib/sitemaps.rb', line 14

def loc
  @loc
end

#priorityObject

Returns the value of attribute priority

Returns:

  • (Object)

    the current value of priority



14
15
16
# File 'lib/sitemaps.rb', line 14

def priority
  @priority
end