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



96
97
98
# File 'lib/mij-discord/events.rb', line 96

def block
  @block
end

#filterObject

Returns the value of attribute filter

Returns:

  • (Object)

    the current value of filter



96
97
98
# File 'lib/mij-discord/events.rb', line 96

def filter
  @filter
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



96
97
98
# File 'lib/mij-discord/events.rb', line 96

def key
  @key
end