Class: Html2rss::AutoSource::Scraper::Sitemap::Parser::SitemapEntry
- Inherits:
-
Data
- Object
- Data
- Html2rss::AutoSource::Scraper::Sitemap::Parser::SitemapEntry
- Defined in:
- lib/html2rss/auto_source/scraper/sitemap/parser.rb
Overview
Immutable facts for one sitemap entry
Instance Attribute Summary collapse
-
#changefreq ⇒ Object
readonly
Returns the value of attribute changefreq.
-
#priority ⇒ Object
readonly
Returns the value of attribute priority.
-
#published_at ⇒ Object
readonly
Returns the value of attribute published_at.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Instance Attribute Details
#changefreq ⇒ Object (readonly)
Returns the value of attribute changefreq
26 27 28 |
# File 'lib/html2rss/auto_source/scraper/sitemap/parser.rb', line 26 def changefreq @changefreq end |
#priority ⇒ Object (readonly)
Returns the value of attribute priority
26 27 28 |
# File 'lib/html2rss/auto_source/scraper/sitemap/parser.rb', line 26 def priority @priority end |
#published_at ⇒ Object (readonly)
Returns the value of attribute published_at
26 27 28 |
# File 'lib/html2rss/auto_source/scraper/sitemap/parser.rb', line 26 def published_at @published_at end |
#title ⇒ Object (readonly)
Returns the value of attribute title
26 27 28 |
# File 'lib/html2rss/auto_source/scraper/sitemap/parser.rb', line 26 def title @title end |
#url ⇒ Object (readonly)
Returns the value of attribute url
26 27 28 |
# File 'lib/html2rss/auto_source/scraper/sitemap/parser.rb', line 26 def url @url end |