Class: Contentful::Webhook::Listener::Controllers::WebhookAware
- Inherits:
-
Wait
- Object
- WEBrick::HTTPServlet::AbstractServlet
- Base
- Wait
- Contentful::Webhook::Listener::Controllers::WebhookAware
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
Instance Attribute Details
#webhook ⇒ Object
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
#archive ⇒ Object
17
18
|
# File 'lib/contentful/webhook/listener/controllers/webhook_aware.rb', line 17
def archive
end
|
#auto_save ⇒ Object
26
27
|
# File 'lib/contentful/webhook/listener/controllers/webhook_aware.rb', line 26
def auto_save
end
|
#create ⇒ Object
29
30
|
# File 'lib/contentful/webhook/listener/controllers/webhook_aware.rb', line 29
def create
end
|
#delete ⇒ Object
32
33
|
# File 'lib/contentful/webhook/listener/controllers/webhook_aware.rb', line 32
def delete
end
|
#publish ⇒ Object
11
12
|
# File 'lib/contentful/webhook/listener/controllers/webhook_aware.rb', line 11
def publish
end
|
#save ⇒ Object
23
24
|
# File 'lib/contentful/webhook/listener/controllers/webhook_aware.rb', line 23
def save
end
|
#unarchive ⇒ Object
20
21
|
# File 'lib/contentful/webhook/listener/controllers/webhook_aware.rb', line 20
def unarchive
end
|
#unpublish ⇒ Object
14
15
|
# File 'lib/contentful/webhook/listener/controllers/webhook_aware.rb', line 14
def unpublish
end
|