Class: Aikido::Zen::Events::Started
- Inherits:
-
Aikido::Zen::Event
- Object
- Aikido::Zen::Event
- Aikido::Zen::Events::Started
- Defined in:
- lib/aikido/zen/event.rb
Overview
Event sent when starting up the agent.
Instance Attribute Summary
Attributes inherited from Aikido::Zen::Event
Instance Method Summary collapse
-
#initialize(**opts) ⇒ Started
constructor
A new instance of Started.
Methods inherited from Aikido::Zen::Event
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 |