Class: SourceMonitor::Fetching::Completion::FollowUpHandler::Result
- Inherits:
-
Struct
- Object
- Struct
- SourceMonitor::Fetching::Completion::FollowUpHandler::Result
- Defined in:
- lib/source_monitor/fetching/completion/follow_up_handler.rb
Instance Attribute Summary collapse
-
#enqueued_count ⇒ Object
Returns the value of attribute enqueued_count.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
Instance Attribute Details
#enqueued_count ⇒ Object
Returns the value of attribute enqueued_count
8 9 10 |
# File 'lib/source_monitor/fetching/completion/follow_up_handler.rb', line 8 def enqueued_count @enqueued_count end |
#errors ⇒ Object
Returns the value of attribute errors
8 9 10 |
# File 'lib/source_monitor/fetching/completion/follow_up_handler.rb', line 8 def errors @errors end |
#status ⇒ Object
Returns the value of attribute status
8 9 10 |
# File 'lib/source_monitor/fetching/completion/follow_up_handler.rb', line 8 def status @status end |
Instance Method Details
#success? ⇒ Boolean
9 10 11 |
# File 'lib/source_monitor/fetching/completion/follow_up_handler.rb', line 9 def success? status != :failed end |