Class: SourceMonitor::Scrapers::Base::Result
- Inherits:
-
Struct
- Object
- Struct
- SourceMonitor::Scrapers::Base::Result
- Defined in:
- lib/source_monitor/scrapers/base.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#html ⇒ Object
Returns the value of attribute html.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
25 26 27 |
# File 'lib/source_monitor/scrapers/base.rb', line 25 def content @content end |
#html ⇒ Object
Returns the value of attribute html
25 26 27 |
# File 'lib/source_monitor/scrapers/base.rb', line 25 def html @html end |
#metadata ⇒ Object
Returns the value of attribute metadata
25 26 27 |
# File 'lib/source_monitor/scrapers/base.rb', line 25 def @metadata end |
#status ⇒ Object
Returns the value of attribute status
25 26 27 |
# File 'lib/source_monitor/scrapers/base.rb', line 25 def status @status end |