class Contentful::Webhook::Listener::FieldWebhook

Attributes

fields[R]

Public Class Methods

new(headers, body) click to toggle source
# File lib/contentful/webhook/listener/webhooks.rb, line 66
def initialize(headers, body)
  super(headers, body)
  @fields = body['fields']
end