Class: RBWatch::Watcher::Event

Inherits:
Struct
  • Object
show all
Defined in:
lib/rbwatch/watcher.rb

Instance Attribute Summary collapse

Instance Attribute Details

#change_setObject

Returns the value of attribute change_set

Returns:

  • (Object)

    the current value of change_set



5
6
7
# File 'lib/rbwatch/watcher.rb', line 5

def change_set
  @change_set
end

#delivered_atObject

Returns the value of attribute delivered_at

Returns:

  • (Object)

    the current value of delivered_at



5
6
7
# File 'lib/rbwatch/watcher.rb', line 5

def delivered_at
  @delivered_at
end

#first_seen_atObject

Returns the value of attribute first_seen_at

Returns:

  • (Object)

    the current value of first_seen_at



5
6
7
# File 'lib/rbwatch/watcher.rb', line 5

def first_seen_at
  @first_seen_at
end

#snapshotObject

Returns the value of attribute snapshot

Returns:

  • (Object)

    the current value of snapshot



5
6
7
# File 'lib/rbwatch/watcher.rb', line 5

def snapshot
  @snapshot
end