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.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ RedactionTerm
constructor
A new instance of RedactionTerm.
Constructor Details
#initialize ⇒ RedactionTerm
Returns a new instance of RedactionTerm.
468 |
# File 'sig/types.rbs', line 468
def initialize: (label: String, value: String, case_sensitive: bool) -> void
|
Instance Attribute Details
#case_sensitive ⇒ Boolean (readonly)
Returns the value of attribute case_sensitive.
466 467 468 |
# File 'sig/types.rbs', line 466 def case_sensitive @case_sensitive end |
#label ⇒ String (readonly)
Returns the value of attribute label.
464 465 466 |
# File 'sig/types.rbs', line 464 def label @label end |
#value ⇒ String (readonly)
Returns the value of attribute value.
465 466 467 |
# File 'sig/types.rbs', line 465 def value @value end |
Class Method Details
.labeled ⇒ RedactionTerm
470 |
# File 'sig/types.rbs', line 470
def self.labeled: (String label, String value) -> RedactionTerm
|
.literal ⇒ RedactionTerm
469 |
# File 'sig/types.rbs', line 469
def self.literal: (String value) -> RedactionTerm
|