Class: Aikido::Zen::Events::Started

Inherits:
Aikido::Zen::Event show all
Defined in:
lib/aikido/zen/event.rb

Overview

Event sent when starting up the agent.

Instance Attribute Summary

Attributes inherited from Aikido::Zen::Event

#system_info, #time, #type

Instance Method Summary collapse

Methods inherited from Aikido::Zen::Event

#as_json

Constructor Details

#initialize(**opts) ⇒ Started

Returns a new instance of Started.



29
30
31
# File 'lib/aikido/zen/event.rb', line 29

def initialize(**opts)
  super(type: "started", **opts)
end