Class: SourceMonitor::Fetching::FeedFetcher::Result
- Inherits:
-
Struct
- Object
- Struct
- SourceMonitor::Fetching::FeedFetcher::Result
- Defined in:
- lib/source_monitor/fetching/feed_fetcher.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#error ⇒ Object
Returns the value of attribute error.
-
#feed ⇒ Object
Returns the value of attribute feed.
-
#item_processing ⇒ Object
Returns the value of attribute item_processing.
-
#outcome ⇒ Object
Returns the value of attribute outcome.
-
#response ⇒ Object
Returns the value of attribute response.
-
#retry_decision ⇒ Object
Returns the value of attribute retry_decision.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
18 19 20 |
# File 'lib/source_monitor/fetching/feed_fetcher.rb', line 18 def body @body end |
#error ⇒ Object
Returns the value of attribute error
18 19 20 |
# File 'lib/source_monitor/fetching/feed_fetcher.rb', line 18 def error @error end |
#feed ⇒ Object
Returns the value of attribute feed
18 19 20 |
# File 'lib/source_monitor/fetching/feed_fetcher.rb', line 18 def feed @feed end |
#item_processing ⇒ Object
Returns the value of attribute item_processing
18 19 20 |
# File 'lib/source_monitor/fetching/feed_fetcher.rb', line 18 def item_processing @item_processing end |
#outcome ⇒ Object
Returns the value of attribute outcome
18 19 20 |
# File 'lib/source_monitor/fetching/feed_fetcher.rb', line 18 def outcome @outcome end |
#response ⇒ Object
Returns the value of attribute response
18 19 20 |
# File 'lib/source_monitor/fetching/feed_fetcher.rb', line 18 def response @response end |
#retry_decision ⇒ Object
Returns the value of attribute retry_decision
18 19 20 |
# File 'lib/source_monitor/fetching/feed_fetcher.rb', line 18 def retry_decision @retry_decision end |
#status ⇒ Object
Returns the value of attribute status
18 19 20 |
# File 'lib/source_monitor/fetching/feed_fetcher.rb', line 18 def status @status end |