Class: ActiveWebhook::Verification::UnsignedAdapter

Inherits:
BaseAdapter show all
Defined in:
lib/active_webhook/verification/unsigned_adapter.rb

Instance Method Summary collapse

Methods inherited from Adapter

attribute, attributes, #attributes, call, #component_configuration, component_configuration, component_name, #configuration, configuration, #initialize

Constructor Details

This class inherits a constructor from ActiveWebhook::Adapter

Instance Method Details

#callObject



6
7
8
# File 'lib/active_webhook/verification/unsigned_adapter.rb', line 6

def call
  {}
end