Class: ChatSDK::EventRegistry::Handler

Inherits:
Struct
  • Object
show all
Defined in:
lib/chat_sdk/event_registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



5
6
7
# File 'lib/chat_sdk/event_registry.rb', line 5

def block
  @block
end

#matcherObject

Returns the value of attribute matcher

Returns:

  • (Object)

    the current value of matcher



5
6
7
# File 'lib/chat_sdk/event_registry.rb', line 5

def matcher
  @matcher
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



5
6
7
# File 'lib/chat_sdk/event_registry.rb', line 5

def type
  @type
end