Method: ActiveWebhook::Adapter.component_name
- Defined in:
- lib/active_webhook/adapter.rb
.component_name ⇒ Object
77 78 79 |
# File 'lib/active_webhook/adapter.rb', line 77 def component_name raise NotImplementedError, ".component_name must be implemented." end |