Class: ComponentEmbeddedRuby::Lexer::Position

Inherits:
Struct
  • Object
show all
Defined in:
lib/component_embedded_ruby/lexer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



10
11
12
# File 'lib/component_embedded_ruby/lexer.rb', line 10

def column
  @column
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



10
11
12
# File 'lib/component_embedded_ruby/lexer.rb', line 10

def line
  @line
end