Class: MijDiscord::Events::DispatcherBase::Callback

Inherits:
Struct
  • Object
show all
Defined in:
lib/mij-discord/events.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



100
101
102
# File 'lib/mij-discord/events.rb', line 100

def block
  @block
end

#filterObject

Returns the value of attribute filter

Returns:

  • (Object)

    the current value of filter



100
101
102
# File 'lib/mij-discord/events.rb', line 100

def filter
  @filter
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



100
101
102
# File 'lib/mij-discord/events.rb', line 100

def key
  @key
end