Class: PromptSanitizer::Engines::SecretsEngine::Pattern
- Inherits:
-
Struct
- Object
- Struct
- PromptSanitizer::Engines::SecretsEngine::Pattern
- Defined in:
- lib/prompt_sanitizer/engines/secrets_engine.rb
Instance Attribute Summary collapse
-
#confidence ⇒ Object
Returns the value of attribute confidence.
-
#entity_type ⇒ Object
Returns the value of attribute entity_type.
-
#label ⇒ Object
Returns the value of attribute label.
-
#regex ⇒ Object
Returns the value of attribute regex.
Instance Attribute Details
#confidence ⇒ Object
Returns the value of attribute confidence
10 11 12 |
# File 'lib/prompt_sanitizer/engines/secrets_engine.rb', line 10 def confidence @confidence end |
#entity_type ⇒ Object
Returns the value of attribute entity_type
10 11 12 |
# File 'lib/prompt_sanitizer/engines/secrets_engine.rb', line 10 def entity_type @entity_type end |
#label ⇒ Object
Returns the value of attribute label
10 11 12 |
# File 'lib/prompt_sanitizer/engines/secrets_engine.rb', line 10 def label @label end |
#regex ⇒ Object
Returns the value of attribute regex
10 11 12 |
# File 'lib/prompt_sanitizer/engines/secrets_engine.rb', line 10 def regex @regex end |