Class: Flows::Plugin::Profiler::Report::StartEvent Private

Inherits:
Event
  • Object
show all
Defined in:
lib/flows/plugin/profiler/report/events.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Method execution start event.

Since:

  • 0.4.0

Instance Attribute Summary

Attributes inherited from Event

#data, #method_class, #method_name, #method_type

Instance Method Summary collapse

Methods inherited from Event

#subject

Instance Method Details

#to_sObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Since:

  • 0.4.0



25
26
27
# File 'lib/flows/plugin/profiler/report/events.rb', line 25

def to_s
  "start: #{subject}"
end