Class: ChatSDK::WebhookAccessor
- Inherits:
-
Object
- Object
- ChatSDK::WebhookAccessor
- Defined in:
- lib/chat_sdk/chat.rb
Instance Method Summary collapse
- #[](adapter_name) ⇒ Object
-
#initialize(chat, adapters) ⇒ WebhookAccessor
constructor
A new instance of WebhookAccessor.
- #router ⇒ Object
Constructor Details
#initialize(chat, adapters) ⇒ WebhookAccessor
Returns a new instance of WebhookAccessor.
79 80 81 82 83 |
# File 'lib/chat_sdk/chat.rb', line 79 def initialize(chat, adapters) @chat = chat @adapters = adapters @endpoints = {} end |