lib/contrast/agent/assess/contrast_event.rb in contrast-agent-4.9.1 vs lib/contrast/agent/assess/contrast_event.rb in contrast-agent-4.10.0
- old
+ new
@@ -26,10 +26,9 @@
# @attr_reader ret [Contrast::Agent::Assess::ContrastObject] the safe representation of the Return of the invoked
# method
# @attr_reader args [Array<Contrast::Agent::Assess::ContrastObject>] the safe representation of the Arguments
# with which the method was invoked
class ContrastEvent
-
attr_reader :event_id, :policy_node, :stack_trace, :time, :thread, :object, :ret, :args, :tags
# We need this to track the parent id's of events to build up a flow chart of the finding
@atomic_id = 0
@atomic_mutex = Mutex.new