Class: TraceViz::Collectors::Steps::BaseStep
- Inherits:
-
Object
- Object
- TraceViz::Collectors::Steps::BaseStep
- Includes:
- Helpers::ConfigHelper, Helpers::TrackingHelper
- Defined in:
- lib/trace_viz/collectors/steps/base_step.rb
Direct Known Subclasses
AssignDepthForCallStep, AssignDepthForReturnStep, BuildHierarchyStep, HiddenStep, LinkingStep, ValidationStep
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize ⇒ BaseStep
constructor
A new instance of BaseStep.
Methods included from Helpers::ConfigHelper
#config, #fetch_general_config
Methods included from Helpers::TrackingHelper
#active_call_stack, #current_call, #current_depth, #tracker
Constructor Details
#initialize ⇒ BaseStep
13 14 15 |
# File 'lib/trace_viz/collectors/steps/base_step.rb', line 13 def initialize @logger = TraceViz.logger end |
Instance Method Details
#call ⇒ Object
17 18 19 |
# File 'lib/trace_viz/collectors/steps/base_step.rb', line 17 def call raise NotImplementedError end |