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

Version Path
easypost-6.4.1 lib/easypost/models/webhook.rb
easypost-6.4.0 lib/easypost/models/webhook.rb
easypost-6.3.0 lib/easypost/models/webhook.rb
easypost-6.2.0 lib/easypost/models/webhook.rb
easypost-6.1.1 lib/easypost/models/webhook.rb
easypost-6.1.0 lib/easypost/models/webhook.rb
easypost-6.0.0 lib/easypost/models/webhook.rb
easypost-5.3.0 lib/easypost/models/webhook.rb
easypost-5.2.0 lib/easypost/models/webhook.rb
easypost-5.1.1 lib/easypost/models/webhook.rb
easypost-5.1.0 lib/easypost/models/webhook.rb
easypost-5.0.1 lib/easypost/models/webhook.rb
easypost-5.0.0 lib/easypost/models/webhook.rb