Class: Blueticks::Types::WebhookEvent

Inherits:
Base
  • Object
show all
Defined in:
lib/blueticks/types/webhooks.rb

Overview

A delivered webhook event, as parsed by Blueticks::Webhooks.verify. Note the webhook DELIVERY payload is snake_case (distinct from the REST API's camelCase), so created_at here has no wire mapping.

Method Summary

Methods inherited from Base

#==, assert_kind!, coerce, field, fields, from_hash, #hash, #initialize, #to_h

Constructor Details

This class inherits a constructor from Blueticks::Types::Base