class Attio::Webhook

def active?

Check if webhook is active
def active?
  active == true
end