Class: RBWatch::Watcher::Event
- Inherits:
-
Struct
- Object
- Struct
- RBWatch::Watcher::Event
- Defined in:
- lib/rbwatch/watcher.rb
Instance Attribute Summary collapse
-
#change_set ⇒ Object
Returns the value of attribute change_set.
-
#delivered_at ⇒ Object
Returns the value of attribute delivered_at.
-
#first_seen_at ⇒ Object
Returns the value of attribute first_seen_at.
-
#snapshot ⇒ Object
Returns the value of attribute snapshot.
Instance Attribute Details
#change_set ⇒ Object
Returns the value of attribute change_set
5 6 7 |
# File 'lib/rbwatch/watcher.rb', line 5 def change_set @change_set end |
#delivered_at ⇒ Object
Returns the value of attribute delivered_at
5 6 7 |
# File 'lib/rbwatch/watcher.rb', line 5 def delivered_at @delivered_at end |
#first_seen_at ⇒ Object
Returns the value of attribute first_seen_at
5 6 7 |
# File 'lib/rbwatch/watcher.rb', line 5 def first_seen_at @first_seen_at end |
#snapshot ⇒ Object
Returns the value of attribute snapshot
5 6 7 |
# File 'lib/rbwatch/watcher.rb', line 5 def snapshot @snapshot end |