Class: StorageRoom::WebhookCall
- Defined in:
- lib/storage_room/webhook_call.rb
Overview
Helper class for receiving Webhook Calls
Instance Method Summary collapse
Methods inherited from Resource
handle_critical_response_errors, #loaded?, meta_data?, #reload
Methods included from Plugins
Methods included from Accessors
#[], #as_json, #attributes, #attributes=, #eql?, #hash, #initialize, #inspect, #loaded?, #proxy?, #reset!, #response_data, #response_data=, #set_from_response_data, #to_hash
Instance Method Details
#entry ⇒ Object
6 7 8 |
# File 'lib/storage_room/webhook_call.rb', line 6 def entry send('@entry') end |