Class: Brut::TUI::Script::Events::PhaseCompleted

Inherits:
PhaseStarted show all
Defined in:
lib/brut/tui/script/events/phase_completed.rb

Overview

Fired when a phase completes

Instance Method Summary collapse

Methods inherited from PhaseStarted

#deconstruct_keys, #initialize

Methods inherited from Events::BaseEvent

#deconstruct_keys, #drain_then_exit?, #exit?, handler_method_name

Constructor Details

This class inherits a constructor from Brut::TUI::Script::Events::PhaseStarted

Instance Method Details

#to_sObject



3
# File 'lib/brut/tui/script/events/phase_completed.rb', line 3

def to_s = "#{@name} completed"