Class: SourceMonitor::Fetching::FeedFetcher::ResponseWrapper
- Inherits:
-
Struct
- Object
- Struct
- SourceMonitor::Fetching::FeedFetcher::ResponseWrapper
- Defined in:
- lib/source_monitor/fetching/feed_fetcher.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
43 44 45 |
# File 'lib/source_monitor/fetching/feed_fetcher.rb', line 43 def body @body end |
#headers ⇒ Object
Returns the value of attribute headers
43 44 45 |
# File 'lib/source_monitor/fetching/feed_fetcher.rb', line 43 def headers @headers end |
#status ⇒ Object
Returns the value of attribute status
43 44 45 |
# File 'lib/source_monitor/fetching/feed_fetcher.rb', line 43 def status @status end |