Class: ChatSDK::EventRegistry::Handler
- Inherits:
-
Struct
- Object
- Struct
- ChatSDK::EventRegistry::Handler
- Defined in:
- lib/chat_sdk/event_registry.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#matcher ⇒ Object
Returns the value of attribute matcher.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
5 6 7 |
# File 'lib/chat_sdk/event_registry.rb', line 5 def block @block end |
#matcher ⇒ Object
Returns the value of attribute matcher
5 6 7 |
# File 'lib/chat_sdk/event_registry.rb', line 5 def matcher @matcher end |
#type ⇒ Object
Returns the value of attribute type
5 6 7 |
# File 'lib/chat_sdk/event_registry.rb', line 5 def type @type end |