Class: Gherkin::GherkinLine::Span
- Inherits:
-
Struct
- Object
- Struct
- Gherkin::GherkinLine::Span
- Defined in:
- lib/gherkin/gherkin_line.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
95 96 97 |
# File 'lib/gherkin/gherkin_line.rb', line 95 def column @column end |
#text ⇒ Object
Returns the value of attribute text
95 96 97 |
# File 'lib/gherkin/gherkin_line.rb', line 95 def text @text end |