Class: Contrast::Agent::Reporting::Poll
- Inherits:
-
ApplicationReportingEvent
- Object
- ReportableHash
- ReportingEvent
- ApplicationReportingEvent
- Contrast::Agent::Reporting::Poll
- Defined in:
- lib/contrast/agent/reporting/reporting_events/poll.rb
Overview
This is the new Poll class for the Heartbeat to TeamServer.
Instance Attribute Summary
Attributes inherited from ReportingEvent
#event_endpoint, #event_method
Instance Method Summary collapse
- #file_name ⇒ Object
-
#initialize ⇒ Poll
constructor
A new instance of Poll.
Methods inherited from ReportingEvent
Methods inherited from ReportableHash
#event_json, #to_controlled_hash, #valid?, #validate
Methods included from Components::Logger::InstanceMethods
Constructor Details
Instance Method Details
#file_name ⇒ Object
17 18 19 |
# File 'lib/contrast/agent/reporting/reporting_events/poll.rb', line 17 def file_name 'applications-heartbeat' end |