Class: Gherkin::GherkinLine::Span
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-gherkin-23.0.1/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.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
107 108 109 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-gherkin-23.0.1/lib/gherkin/gherkin_line.rb', line 107 def column @column end |
#text ⇒ Object
Returns the value of attribute text
107 108 109 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-gherkin-23.0.1/lib/gherkin/gherkin_line.rb', line 107 def text @text end |