Sha256: 120277f42ac2a7cfa3259d5c7cc38b36d8c23b14bb13324ee8852052d796c88d
Contents?: true
Size: 245 Bytes
Versions: 3
Compression:
Stored size: 245 Bytes
Contents
module Shipcloud class Webhook < Base include Shipcloud::Operations::All include Shipcloud::Operations::Delete attr_reader :id, :url, :event_types, :deactivated def self.index_response_root "webhooks" end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
shipcloud-0.11.0 | lib/shipcloud/webhook.rb |
shipcloud-0.10.0 | lib/shipcloud/webhook.rb |
shipcloud-0.9.0 | lib/shipcloud/webhook.rb |