Class: Datadog::AppSec::RouteNormalizer::RoutePattern::Checkpoint Private
- Inherits:
-
Struct
- Object
- Struct
- Datadog::AppSec::RouteNormalizer::RoutePattern::Checkpoint
- 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
-
#path_index ⇒ Object
Returns the value of attribute path_index.
-
#pattern_index ⇒ Object
Returns the value of attribute pattern_index.
-
#resolved_length ⇒ Object
Returns the value of attribute resolved_length.
Instance Attribute Details
#path_index ⇒ Object
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_index ⇒ Object
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_length ⇒ Object
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 |