Class: Indexmap::Parser::Entry
- Inherits:
-
Struct
- Object
- Struct
- Indexmap::Parser::Entry
- Defined in:
- lib/indexmap/parser.rb
Instance Attribute Summary collapse
-
#lastmod ⇒ Object
Returns the value of attribute lastmod.
-
#loc ⇒ Object
Returns the value of attribute loc.
-
#source_sitemap ⇒ Object
Returns the value of attribute source_sitemap.
Instance Attribute Details
#lastmod ⇒ Object
Returns the value of attribute lastmod
10 11 12 |
# File 'lib/indexmap/parser.rb', line 10 def lastmod @lastmod end |
#loc ⇒ Object
Returns the value of attribute loc
10 11 12 |
# File 'lib/indexmap/parser.rb', line 10 def loc @loc end |
#source_sitemap ⇒ Object
Returns the value of attribute source_sitemap
10 11 12 |
# File 'lib/indexmap/parser.rb', line 10 def source_sitemap @source_sitemap end |