Class: Datadog::AppSec::RouteNormalizer::RoutePattern::Checkpoint Private

Inherits:
Struct
  • Object
show all
Defined in:
lib/datadog/appsec/route_normalizer/route_pattern.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 collapse

Instance Attribute Details

#path_indexObject

Returns the value of attribute path_index



56
57
58
# File 'lib/datadog/appsec/route_normalizer/route_pattern.rb', line 56

def path_index
  @path_index
end

#pattern_indexObject

Returns the value of attribute pattern_index



56
57
58
# File 'lib/datadog/appsec/route_normalizer/route_pattern.rb', line 56

def pattern_index
  @pattern_index
end

#resolved_lengthObject

Returns the value of attribute resolved_length



56
57
58
# File 'lib/datadog/appsec/route_normalizer/route_pattern.rb', line 56

def resolved_length
  @resolved_length
end