Class: Xberg::PatternMatch
- Inherits:
-
Object
- Object
- Xberg::PatternMatch
- 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.
-
#start ⇒ Integer
readonly
Returns the value of attribute start.
-
#text ⇒ String
readonly
Returns the value of attribute text.
Instance Method Summary collapse
-
#initialize ⇒ PatternMatch
constructor
A new instance of PatternMatch.
Constructor Details
#initialize ⇒ PatternMatch
Returns a new instance of PatternMatch.
734 |
# File 'sig/types.rbs', line 734
def initialize: (start: Integer, end: Integer, category: PiiCategory, text: String) -> void
|
Instance Attribute Details
#category ⇒ PiiCategory (readonly)
Returns the value of attribute category.
731 732 733 |
# File 'sig/types.rbs', line 731 def category @category end |
#end ⇒ Integer (readonly)
Returns the value of attribute end.
730 731 732 |
# File 'sig/types.rbs', line 730 def end @end end |
#start ⇒ Integer (readonly)
Returns the value of attribute start.
729 730 731 |
# File 'sig/types.rbs', line 729 def start @start end |
#text ⇒ String (readonly)
Returns the value of attribute text.
732 733 734 |
# File 'sig/types.rbs', line 732 def text @text end |