class Veriff::Webhooks::Event
Public Class Methods
new(body)
click to toggle source
Calls superclass method
Veriff::Model::new
# File lib/veriff/webhooks/event.rb, line 6 def initialize(body) super(Parser.call(body, :json)) end