Method: WebhookSystem::BaseEvent#initialize
- Defined in:
- lib/webhook_system/base_event.rb
#initialize(*args, &block) ⇒ BaseEvent
Returns a new instance of BaseEvent.
7 8 9 10 |
# File 'lib/webhook_system/base_event.rb', line 7 def initialize(*args, &block) super(*args, &block) @event_id = SecureRandom.uuid.freeze end |