Class: Twterm::Event::Status::Base

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

Direct Known Subclasses

Delete, Mention, Timeline

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
# File 'lib/twterm/event/status/base.rb', line 8

def fields
  { status: ::Twterm::Status }
end