Class: Discorb::Gateway::GatewayEvent Abstract

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

Overview

This class is abstract.

Represents an event.

Instance Method Summary collapse

Instance Method Details

#inspect -> Object



30
31
32
# File 'lib/discorb/gateway.rb', line 30

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