Class: Capybara::Simulated::Sourcemap::Position
- Inherits:
-
Struct
- Object
- Struct
- Capybara::Simulated::Sourcemap::Position
- Defined in:
- lib/capybara/simulated/sourcemap.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#line ⇒ Object
Returns the value of attribute line.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
16 17 18 |
# File 'lib/capybara/simulated/sourcemap.rb', line 16 def column @column end |
#line ⇒ Object
Returns the value of attribute line
16 17 18 |
# File 'lib/capybara/simulated/sourcemap.rb', line 16 def line @line end |
#source ⇒ Object
Returns the value of attribute source
16 17 18 |
# File 'lib/capybara/simulated/sourcemap.rb', line 16 def source @source end |