class Lucky::Events::PipeEvent

Defined in:

lucky/events/pipe_event.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from class Object

blank? : Bool blank?, present? : Bool present?

Constructor Detail

def self.new(name : String, position : Position, continued : Bool) #

[View source]

Class Method Detail

def self.logged_events #

Used by Pulsar::SpecHelper to test for logged events


def self.logged_events=(logged_events) #

Used by Pulsar::SpecHelper to test for logged events


Instance Method Detail

def after? : Bool #

[View source]
def before? : Bool #

[View source]
def continued : Bool #

[View source]
def name : String #
Description copied from class Pulsar::BaseEvent

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".


[View source]

[View source]
def started_at : Time #

When the event started