Class: MijDiscord::Events::DispatcherBase::Callback
- Inherits:
-
Struct
- Object
- Struct
- MijDiscord::Events::DispatcherBase::Callback
- Defined in:
- lib/mij-discord/events.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#filter ⇒ Object
Returns the value of attribute filter.
-
#key ⇒ Object
Returns the value of attribute key.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
96 97 98 |
# File 'lib/mij-discord/events.rb', line 96 def block @block end |
#filter ⇒ Object
Returns the value of attribute filter
96 97 98 |
# File 'lib/mij-discord/events.rb', line 96 def filter @filter end |
#key ⇒ Object
Returns the value of attribute key
96 97 98 |
# File 'lib/mij-discord/events.rb', line 96 def key @key end |