Class: Aikido::Zen::Collector::Events::TrackRateLimitedRequest 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.



58
59
60
# File 'lib/aikido/zen/collector/event.rb', line 58

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.



62
63
64
# File 'lib/aikido/zen/collector/event.rb', line 62

def handle(collector)
  collector.handle_track_rate_limited_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.



66
67
68
# File 'lib/aikido/zen/collector/event.rb', line 66

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