Class: Guardrails::TokenMatcher::Match
- Inherits:
-
Struct
- Object
- Struct
- Guardrails::TokenMatcher::Match
- Defined in:
- lib/guardrails/token_matcher.rb
Instance Attribute Summary collapse
-
#distance ⇒ Object
Returns the value of attribute distance.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Attribute Details
#distance ⇒ Object
Returns the value of attribute distance
9 10 11 |
# File 'lib/guardrails/token_matcher.rb', line 9 def distance @distance end |
#kind ⇒ Object
Returns the value of attribute kind
9 10 11 |
# File 'lib/guardrails/token_matcher.rb', line 9 def kind @kind end |
#token ⇒ Object
Returns the value of attribute token
9 10 11 |
# File 'lib/guardrails/token_matcher.rb', line 9 def token @token end |