Class: Gherkin3::GherkinLine::Span

Inherits:
Struct
  • Object
show all
Defined in:
lib/gherkin3/gherkin_line.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



92
93
94
# File 'lib/gherkin3/gherkin_line.rb', line 92

def column
  @column
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



92
93
94
# File 'lib/gherkin3/gherkin_line.rb', line 92

def text
  @text
end