class ActiveWebhook::Formatting::JSONAdapter

Protected Instance Methods

content_type() click to toggle source
# File lib/active_webhook/formatting/json_adapter.rb, line 10
def content_type
  "application/json"
end
encoded_data() click to toggle source
# File lib/active_webhook/formatting/json_adapter.rb, line 14
def encoded_data
  data.to_json
end