class

Lucky::Events::PipeEvent

Inherits Pulsar::Event < Pulsar::BaseEvent < Reference < Object

Constructors

new(name : String, position : Position, continued : Bool)
Source

Class methods

logged_events

Used by Pulsar::SpecHelper to test for logged events

logged_events=(logged_events)

Used by Pulsar::SpecHelper to test for logged events

Instance methods

after?
Source
before?
Source
continued
Source
name

Returns the name of the event.

The event name is the name of the class. So an class of MyShard::MyEvent would return "MyShard::MyEvent".

Source
position
Source
started_at

When the event started

Nested types