Class: Oselvar::Var::Core::Scanner::RawLine
- Inherits:
-
Data
- Object
- Data
- Oselvar::Var::Core::Scanner::RawLine
- Defined in:
- lib/oselvar/var/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
14 15 16 |
# File 'lib/oselvar/var/core/scanner.rb', line 14 def end_offset @end_offset end |
#start_offset ⇒ Object (readonly)
Returns the value of attribute start_offset
14 15 16 |
# File 'lib/oselvar/var/core/scanner.rb', line 14 def start_offset @start_offset end |
#text ⇒ Object (readonly)
Returns the value of attribute text
14 15 16 |
# File 'lib/oselvar/var/core/scanner.rb', line 14 def text @text end |