Class: Xberg::RedactionPattern
- Inherits:
-
Object
- Object
- Xberg::RedactionPattern
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#case_sensitive ⇒ Boolean
readonly
Returns the value of attribute case_sensitive.
-
#label ⇒ String
readonly
Returns the value of attribute label.
-
#pattern ⇒ String
readonly
Returns the value of attribute pattern.
Instance Method Summary collapse
-
#initialize ⇒ RedactionPattern
constructor
A new instance of RedactionPattern.
Constructor Details
#initialize ⇒ RedactionPattern
Returns a new instance of RedactionPattern.
2270 |
# File 'sig/types.rbs', line 2270
def initialize: (label: String, pattern: String, case_sensitive: bool) -> void
|
Instance Attribute Details
#case_sensitive ⇒ Boolean (readonly)
Returns the value of attribute case_sensitive.
2268 2269 2270 |
# File 'sig/types.rbs', line 2268 def case_sensitive @case_sensitive end |
#label ⇒ String (readonly)
Returns the value of attribute label.
2266 2267 2268 |
# File 'sig/types.rbs', line 2266 def label @label end |
#pattern ⇒ String (readonly)
Returns the value of attribute pattern.
2267 2268 2269 |
# File 'sig/types.rbs', line 2267 def pattern @pattern end |