Class: Twterm::Event::Follow

Inherits:
Base
  • Object
show all
Defined in:
lib/twterm/event/follow.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize

Methods included from Utils

check_type

Constructor Details

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

Instance Method Details

#fieldsObject



8
9
10
11
12
13
14
# File 'lib/twterm/event/follow.rb', line 8

def fields
  {
    source:              ::Twterm::User,
    target:              ::Twterm::User,
    authenticating_user: ::Twterm::Client
  }
end