Class: Xberg::RedactionTerm
- Inherits:
-
Object
- Object
- Xberg::RedactionTerm
- 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.
-
#value ⇒ String
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize ⇒ RedactionTerm
constructor
A new instance of RedactionTerm.
Constructor Details
#initialize ⇒ RedactionTerm
Returns a new instance of RedactionTerm.
2285 |
# File 'sig/types.rbs', line 2285
def initialize: (label: String, value: String, case_sensitive: bool) -> void
|
Instance Attribute Details
#case_sensitive ⇒ Boolean (readonly)
Returns the value of attribute case_sensitive.
2283 2284 2285 |
# File 'sig/types.rbs', line 2283 def case_sensitive @case_sensitive end |
#label ⇒ String (readonly)
Returns the value of attribute label.
2281 2282 2283 |
# File 'sig/types.rbs', line 2281 def label @label end |
#value ⇒ String (readonly)
Returns the value of attribute value.
2282 2283 2284 |
# File 'sig/types.rbs', line 2282 def value @value end |