Class: EasyPost::Models::Webhook

Inherits:
EasyPostObject show all
Defined in:
lib/easypost/models/webhook.rb

Overview

Each Webhook contains the url which EasyPost will notify whenever an object in our system updates. Several types of objects are processed asynchronously in the EasyPost system, so whenever an object updates, an Event is sent via HTTP POST to each configured webhook URL.

Method Summary

Methods inherited from Object

#[], #[]=, #initialize, #to_hash, #to_s

Constructor Details

This class inherits a constructor from EasyPost::Models::Object