Class: Gherkin3::GherkinLine::Span
- Inherits:
-
Struct
- Object
- Struct
- Gherkin3::GherkinLine::Span
- Defined in:
- lib/gherkin3/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
92 93 94 |
# File 'lib/gherkin3/gherkin_line.rb', line 92 def column @column end |
#text ⇒ Object
Returns the value of attribute text
92 93 94 |
# File 'lib/gherkin3/gherkin_line.rb', line 92 def text @text end |