Class: Aikido::Zen::Collector::Events::TrackRequest Private
- Inherits:
-
Aikido::Zen::Collector::Event
- Object
- Aikido::Zen::Collector::Event
- Aikido::Zen::Collector::Events::TrackRequest
- 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
Class Method Summary collapse
- .from_json(_data) ⇒ Object private
Instance Method Summary collapse
- #handle(collector) ⇒ Object private
- #inspect ⇒ Object private
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 |
#inspect ⇒ 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.
50 51 52 |
# File 'lib/aikido/zen/collector/event.rb', line 50 def inspect "#<#{self.class.name}>" end |