Class: AdminWebHookEventSerializer

Inherits:
ApplicationSerializer show all
Defined in:
app/serializers/admin_web_hook_event_serializer.rb

Instance Method Summary collapse

Methods inherited from ApplicationSerializer

expire_cache_fragment!, fragment_cache

Methods inherited from ActiveModel::Serializer

#include!

Instance Method Details

#request_urlObject



15
16
17
# File 'app/serializers/admin_web_hook_event_serializer.rb', line 15

def request_url
  object.web_hook.payload_url
end