Class: Twterm::Event::UserGarbageCollected

Inherits:
AbstractEvent show all
Defined in:
lib/twterm/event/user_garbage_collected.rb

Instance Method Summary collapse

Methods inherited from AbstractEvent

#initialize

Methods included from Utils

check_type

Constructor Details

This class inherits a constructor from Twterm::Event::AbstractEvent

Instance Method Details

#fieldsObject



6
7
8
9
10
# File 'lib/twterm/event/user_garbage_collected.rb', line 6

def fields
  {
    id: Integer
  }
end