Class: Xberg::RedactionFinding
- Inherits:
-
Object
- Object
- Xberg::RedactionFinding
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#category ⇒ PiiCategory
readonly
Returns the value of attribute category.
-
#end ⇒ Integer
readonly
Returns the value of attribute end.
-
#replacement_token ⇒ String
readonly
Returns the value of attribute replacement_token.
-
#start ⇒ Integer
readonly
Returns the value of attribute start.
-
#strategy ⇒ enum_RedactionStrategy
readonly
Returns the value of attribute strategy.
Instance Method Summary collapse
-
#initialize ⇒ RedactionFinding
constructor
A new instance of RedactionFinding.
Constructor Details
#initialize ⇒ RedactionFinding
Returns a new instance of RedactionFinding.
2262 |
# File 'sig/types.rbs', line 2262
def initialize: (start: Integer, end: Integer, category: PiiCategory, strategy: enum_RedactionStrategy, replacement_token: String) -> void
|
Instance Attribute Details
#category ⇒ PiiCategory (readonly)
Returns the value of attribute category.
2258 2259 2260 |
# File 'sig/types.rbs', line 2258 def category @category end |
#end ⇒ Integer (readonly)
Returns the value of attribute end.
2257 2258 2259 |
# File 'sig/types.rbs', line 2257 def end @end end |
#replacement_token ⇒ String (readonly)
Returns the value of attribute replacement_token.
2260 2261 2262 |
# File 'sig/types.rbs', line 2260 def replacement_token @replacement_token end |
#start ⇒ Integer (readonly)
Returns the value of attribute start.
2256 2257 2258 |
# File 'sig/types.rbs', line 2256 def start @start end |
#strategy ⇒ enum_RedactionStrategy (readonly)
Returns the value of attribute strategy.
2259 2260 2261 |
# File 'sig/types.rbs', line 2259 def strategy @strategy end |