lib/contrast/agent/patching/policy/policy_node.rb in contrast-agent-3.11.0 vs lib/contrast/agent/patching/policy/policy_node.rb in contrast-agent-3.12.0
- old
+ new
@@ -11,10 +11,10 @@
# Ruby object, allowing for dynamic patching over hardcoded patching.
#
# @abstract
class PolicyNode
include Contrast::Components::Interface
- access_component :scope
+ access_component :analysis, :scope
attr_accessor :class_name, :instance_method, :method_name, :method_visibility
attr_reader :properties, :method_scope
def node_class