Class: Html2rss::FeedResolution::Probe::Scored
- Inherits:
-
Data
- Object
- Data
- Html2rss::FeedResolution::Probe::Scored
- Defined in:
- lib/html2rss/feed_resolution/probe.rb
Overview
Instance Attribute Summary collapse
-
#articles_count ⇒ Integer
readonly
Returns the value of attribute articles_count.
-
#score ⇒ Numeric
readonly
Returns the value of attribute score.
-
#url ⇒ Html2rss::Url
readonly
Returns the value of attribute url.
Instance Attribute Details
#articles_count ⇒ Integer (readonly)
Returns the value of attribute articles_count
12 13 14 |
# File 'lib/html2rss/feed_resolution/probe.rb', line 12 def articles_count @articles_count end |
#score ⇒ Numeric (readonly)
Returns the value of attribute score
12 13 14 |
# File 'lib/html2rss/feed_resolution/probe.rb', line 12 def score @score end |
#url ⇒ Html2rss::Url (readonly)
Returns the value of attribute url
12 13 14 |
# File 'lib/html2rss/feed_resolution/probe.rb', line 12 def url @url end |