Class: Discorb::Gateway::GatewayEvent Abstract

Inherits:
Object
  • Object
show all
Defined in:
lib/discorb/gateway_events.rb

Overview

This class is abstract.

Represents an event.

Instance Method Summary collapse

Instance Method Details

#inspect -> Object



20
21
22
# File 'lib/discorb/gateway_events.rb', line 20

def inspect
  "#<#{self.class}>"
end