Class: SourceMonitor::Events::FetchCompletedEvent
- Inherits:
-
Struct
- Object
- Struct
- SourceMonitor::Events::FetchCompletedEvent
- Defined in:
- lib/source_monitor/events.rb
Instance Attribute Summary collapse
-
#occurred_at ⇒ Object
Returns the value of attribute occurred_at.
-
#result ⇒ Object
Returns the value of attribute result.
-
#source ⇒ Object
Returns the value of attribute source.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#occurred_at ⇒ Object
Returns the value of attribute occurred_at
19 20 21 |
# File 'lib/source_monitor/events.rb', line 19 def occurred_at @occurred_at end |
#result ⇒ Object
Returns the value of attribute result
19 20 21 |
# File 'lib/source_monitor/events.rb', line 19 def result @result end |
#source ⇒ Object
Returns the value of attribute source
19 20 21 |
# File 'lib/source_monitor/events.rb', line 19 def source @source end |
#status ⇒ Object
Returns the value of attribute status
19 20 21 |
# File 'lib/source_monitor/events.rb', line 19 def status @status end |