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.
701 |
# File 'sig/types.rbs', line 701
def initialize: (start: Integer, end: Integer, category: PiiCategory, text: String) -> void
|
Instance Attribute Details
#category ⇒ PiiCategory (readonly)
Returns the value of attribute category.
698 699 700 |
# File 'sig/types.rbs', line 698 def category @category end |
#end ⇒ Integer (readonly)
Returns the value of attribute end.
697 698 699 |
# File 'sig/types.rbs', line 697 def end @end end |
#start ⇒ Integer (readonly)
Returns the value of attribute start.
696 697 698 |
# File 'sig/types.rbs', line 696 def start @start end |
#text ⇒ String (readonly)
Returns the value of attribute text.
699 700 701 |
# File 'sig/types.rbs', line 699 def text @text end |