Sha256: 596ddec0a360b4478d68ee68dc4b78acc6a46e20196f693ef67543b9e8f4d08a
Contents?: true
Size: 377 Bytes
Versions: 13
Compression:
Stored size: 377 Bytes
Contents
# frozen_string_literal: true # 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. class EasyPost::Models::Webhook < EasyPost::Models::EasyPostObject end
Version data entries
13 entries across 13 versions & 1 rubygems