lib/shipcloud/webhook.rb in shipcloud-0.7.0 vs lib/shipcloud/webhook.rb in shipcloud-0.8.0
- old
+ new
@@ -1,9 +1,10 @@
module Shipcloud
class Webhook < Base
include Shipcloud::Operations::All
+ include Shipcloud::Operations::Delete
- attr_reader :url, :event_types
+ attr_reader :url, :event_types, :deactivated
def self.index_response_root
"webhooks"
end
end