Class: Oselvar::Var::Core::ParamSpan
- Inherits:
-
Data
- Object
- Data
- Oselvar::Var::Core::ParamSpan
- Defined in:
- lib/oselvar/var/core/matcher.rb
Overview
UTF-16 start/end of one captured parameter within a sentence.
Instance Attribute Summary collapse
-
#end ⇒ Object
readonly
Returns the value of attribute end.
-
#start ⇒ Object
readonly
Returns the value of attribute start.
Instance Attribute Details
#end ⇒ Object (readonly)
Returns the value of attribute end
9 10 11 |
# File 'lib/oselvar/var/core/matcher.rb', line 9 def end @end end |
#start ⇒ Object (readonly)
Returns the value of attribute start
9 10 11 |
# File 'lib/oselvar/var/core/matcher.rb', line 9 def start @start end |