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