Class: Oselvar::Var::Core::Scanner::RawLine

Inherits:
Data
  • Object
show all
Defined in:
lib/oselvar/var/core/scanner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#end_offsetObject (readonly)

Returns the value of attribute end_offset

Returns:

  • (Object)

    the current value of end_offset



14
15
16
# File 'lib/oselvar/var/core/scanner.rb', line 14

def end_offset
  @end_offset
end

#start_offsetObject (readonly)

Returns the value of attribute start_offset

Returns:

  • (Object)

    the current value of start_offset



14
15
16
# File 'lib/oselvar/var/core/scanner.rb', line 14

def start_offset
  @start_offset
end

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



14
15
16
# File 'lib/oselvar/var/core/scanner.rb', line 14

def text
  @text
end