Class: SourceMonitor::Scrapers::Parsers::ReadabilityParser::Result
- Inherits:
-
Struct
- Object
- Struct
- SourceMonitor::Scrapers::Parsers::ReadabilityParser::Result
- Defined in:
- lib/source_monitor/scrapers/parsers/readability_parser.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#status ⇒ Object
Returns the value of attribute status.
-
#strategy ⇒ Object
Returns the value of attribute strategy.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
11 12 13 |
# File 'lib/source_monitor/scrapers/parsers/readability_parser.rb', line 11 def content @content end |
#metadata ⇒ Object
Returns the value of attribute metadata
11 12 13 |
# File 'lib/source_monitor/scrapers/parsers/readability_parser.rb', line 11 def @metadata end |
#status ⇒ Object
Returns the value of attribute status
11 12 13 |
# File 'lib/source_monitor/scrapers/parsers/readability_parser.rb', line 11 def status @status end |
#strategy ⇒ Object
Returns the value of attribute strategy
11 12 13 |
# File 'lib/source_monitor/scrapers/parsers/readability_parser.rb', line 11 def strategy @strategy end |
#title ⇒ Object
Returns the value of attribute title
11 12 13 |
# File 'lib/source_monitor/scrapers/parsers/readability_parser.rb', line 11 def title @title end |