class Gherkin::Formatter::Model::ExamplesTableRow

Attributes

id[R]

Public Class Methods

new(comments, cells, line, id) click to toggle source
Calls superclass method Gherkin::Formatter::Model::Row.new
# File lib/gherkin/formatter/model.rb, line 246
def initialize(comments, cells, line, id)
  super(comments, cells, line)
  @id = id
end