Class: Gherkin::GherkinLine::Span

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

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



93
94
95
# File 'lib/gherkin/gherkin_line.rb', line 93

def column
  @column
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



93
94
95
# File 'lib/gherkin/gherkin_line.rb', line 93

def text
  @text
end