Class: Contentful::Webhook::Listener::Controllers::WebhookAware

Inherits:
Wait
  • Object
show all
Defined in:
lib/contentful/webhook/listener/controllers/webhook_aware.rb

Instance Attribute Summary collapse

Attributes inherited from Wait

#webhook_timeout

Attributes inherited from Base

#logger

Instance Method Summary collapse

Methods inherited from Wait

#initialize

Methods inherited from Base

#initialize, #respond

Constructor Details

This class inherits a constructor from Contentful::Webhook::Listener::Controllers::Wait

Instance Attribute Details

#webhookObject (readonly)

Returns the value of attribute webhook.



9
10
11
# File 'lib/contentful/webhook/listener/controllers/webhook_aware.rb', line 9

def webhook
  @webhook
end

Instance Method Details

#archiveObject



17
18
# File 'lib/contentful/webhook/listener/controllers/webhook_aware.rb', line 17

def archive
end

#auto_saveObject



26
27
# File 'lib/contentful/webhook/listener/controllers/webhook_aware.rb', line 26

def auto_save
end

#createObject



29
30
# File 'lib/contentful/webhook/listener/controllers/webhook_aware.rb', line 29

def create
end

#deleteObject



32
33
# File 'lib/contentful/webhook/listener/controllers/webhook_aware.rb', line 32

def delete
end

#publishObject



11
12
# File 'lib/contentful/webhook/listener/controllers/webhook_aware.rb', line 11

def publish
end

#saveObject



23
24
# File 'lib/contentful/webhook/listener/controllers/webhook_aware.rb', line 23

def save
end

#unarchiveObject



20
21
# File 'lib/contentful/webhook/listener/controllers/webhook_aware.rb', line 20

def unarchive
end

#unpublishObject



14
15
# File 'lib/contentful/webhook/listener/controllers/webhook_aware.rb', line 14

def unpublish
end