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