Class: Capybara::Simulated::Sourcemap::Position

Inherits:
Struct
  • Object
show all
Defined in:
lib/capybara/simulated/sourcemap.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



16
17
18
# File 'lib/capybara/simulated/sourcemap.rb', line 16

def column
  @column
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



16
17
18
# File 'lib/capybara/simulated/sourcemap.rb', line 16

def line
  @line
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



16
17
18
# File 'lib/capybara/simulated/sourcemap.rb', line 16

def source
  @source
end