Module: FastpixClient::SDKHooks::AbstractAfterSuccessHook

Extended by:
T::Helpers, T::Sig
Included in:
AbstractSDKHook
Defined in:
lib/fastpix_client/sdk_hooks/types.rb

Instance Method Summary collapse

Instance Method Details

#after_success(hook_ctx:, response:) ⇒ Object



143
144
145
146
# File 'lib/fastpix_client/sdk_hooks/types.rb', line 143

def after_success(hook_ctx:, response:)
  _ = [hook_ctx, response]
  Kernel.raise NotImplementedError.new
end