Method: WebhookSystem::BaseEvent#payload_attributes
- Defined in:
- lib/webhook_system/base_event.rb
#payload_attributes ⇒ Object
19 20 21 22 |
# File 'lib/webhook_system/base_event.rb', line 19 def payload_attributes mesg = "class #{self.class.name} must implement abstract method `#{self.class.name}#payload_attributes()'." raise with_caller_backtrace(RuntimeError.new(mesg), 2) end |