Class: Varar::Core::Scanner::RawLine
- Inherits:
-
Data
- Object
- Data
- Varar::Core::Scanner::RawLine
- Defined in:
- lib/varar/core/scanner.rb
Instance Attribute Summary collapse
-
#end_offset ⇒ Object
readonly
Returns the value of attribute end_offset.
-
#start_offset ⇒ Object
readonly
Returns the value of attribute start_offset.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
Instance Attribute Details
#end_offset ⇒ Object (readonly)
Returns the value of attribute end_offset
13 14 15 |
# File 'lib/varar/core/scanner.rb', line 13 def end_offset @end_offset end |
#start_offset ⇒ Object (readonly)
Returns the value of attribute start_offset
13 14 15 |
# File 'lib/varar/core/scanner.rb', line 13 def start_offset @start_offset end |
#text ⇒ Object (readonly)
Returns the value of attribute text
13 14 15 |
# File 'lib/varar/core/scanner.rb', line 13 def text @text end |