Method: ActiveWebhook::Adapter.call
- Defined in:
- lib/active_webhook/adapter.rb
.call(*args, **kwargs, &block) ⇒ Object
attrs
end)
# byebug
# x = 1
end
73 74 75 |
# File 'lib/active_webhook/adapter.rb', line 73 def call(*args, **kwargs, &block) new(*args, **kwargs).call(&block) end |