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.
729 |
# File 'sig/types.rbs', line 729
def initialize: (start: Integer, end: Integer, category: PiiCategory, text: String) -> void
|
Instance Attribute Details
#category ⇒ PiiCategory (readonly)
Returns the value of attribute category.
726 727 728 |
# File 'sig/types.rbs', line 726 def category @category end |
#end ⇒ Integer (readonly)
Returns the value of attribute end.
725 726 727 |
# File 'sig/types.rbs', line 725 def end @end end |
#start ⇒ Integer (readonly)
Returns the value of attribute start.
724 725 726 |
# File 'sig/types.rbs', line 724 def start @start end |
#text ⇒ String (readonly)
Returns the value of attribute text.
727 728 729 |
# File 'sig/types.rbs', line 727 def text @text end |