Class: Aikido::Zen::Collector::Events::TrackRequest Private

Inherits:
Aikido::Zen::Collector::Event show all
Defined in:
lib/aikido/zen/collector/event.rb

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.

Instance Attribute Summary

Attributes inherited from Aikido::Zen::Collector::Event

#type

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Aikido::Zen::Collector::Event

#as_json, #initialize, register

Constructor Details

This class inherits a constructor from Aikido::Zen::Collector::Event

Class Method Details

.from_json(_data) ⇒ Object

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.



42
43
44
# File 'lib/aikido/zen/collector/event.rb', line 42

def self.from_json(_data)
  new
end

Instance Method Details

#handle(collector) ⇒ Object

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.



46
47
48
# File 'lib/aikido/zen/collector/event.rb', line 46

def handle(collector)
  collector.handle_track_request
end

#inspectObject

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.



50
51
52
# File 'lib/aikido/zen/collector/event.rb', line 50

def inspect
  "#<#{self.class.name}>"
end