Class: SourceMonitor::Fetching::FeedFetcher::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/source_monitor/fetching/feed_fetcher.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



18
19
20
# File 'lib/source_monitor/fetching/feed_fetcher.rb', line 18

def body
  @body
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



18
19
20
# File 'lib/source_monitor/fetching/feed_fetcher.rb', line 18

def error
  @error
end

#feedObject

Returns the value of attribute feed

Returns:

  • (Object)

    the current value of feed



18
19
20
# File 'lib/source_monitor/fetching/feed_fetcher.rb', line 18

def feed
  @feed
end

#item_processingObject

Returns the value of attribute item_processing

Returns:

  • (Object)

    the current value of item_processing



18
19
20
# File 'lib/source_monitor/fetching/feed_fetcher.rb', line 18

def item_processing
  @item_processing
end

#outcomeObject

Returns the value of attribute outcome

Returns:

  • (Object)

    the current value of outcome



18
19
20
# File 'lib/source_monitor/fetching/feed_fetcher.rb', line 18

def outcome
  @outcome
end

#responseObject

Returns the value of attribute response

Returns:

  • (Object)

    the current value of response



18
19
20
# File 'lib/source_monitor/fetching/feed_fetcher.rb', line 18

def response
  @response
end

#retry_decisionObject

Returns the value of attribute retry_decision

Returns:

  • (Object)

    the current value of retry_decision



18
19
20
# File 'lib/source_monitor/fetching/feed_fetcher.rb', line 18

def retry_decision
  @retry_decision
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



18
19
20
# File 'lib/source_monitor/fetching/feed_fetcher.rb', line 18

def status
  @status
end