Class: Discordrb::Events::Negated

Inherits:
Object
  • Object
show all
Defined in:
lib/discordrb/events/generic.rb

Overview

A negated object, used to not match something in event parameters.

See Also:

Instance Attribute Summary collapse

Instance Attribute Details

#objectObject (readonly)

Returns the value of attribute object.



8
9
10
# File 'lib/discordrb/events/generic.rb', line 8

def object
  @object
end