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