Class: Html2rss::AutoSource::Discovery::Sitemap::SitemapEntry
- Inherits:
-
Data
- Object
- Data
- Html2rss::AutoSource::Discovery::Sitemap::SitemapEntry
- Defined in:
- lib/html2rss/auto_source/discovery/sitemap.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
25 26 27 |
# File 'lib/html2rss/auto_source/discovery/sitemap.rb', line 25 def changefreq @changefreq end |
#priority ⇒ Object (readonly)
Returns the value of attribute priority
25 26 27 |
# File 'lib/html2rss/auto_source/discovery/sitemap.rb', line 25 def priority @priority end |
#published_at ⇒ Object (readonly)
Returns the value of attribute published_at
25 26 27 |
# File 'lib/html2rss/auto_source/discovery/sitemap.rb', line 25 def published_at @published_at end |
#title ⇒ Object (readonly)
Returns the value of attribute title
25 26 27 |
# File 'lib/html2rss/auto_source/discovery/sitemap.rb', line 25 def title @title end |
#url ⇒ Object (readonly)
Returns the value of attribute url
25 26 27 |
# File 'lib/html2rss/auto_source/discovery/sitemap.rb', line 25 def url @url end |