NAME
Test::BDD::Cucumber::Model::DataTableRow - Model to represent a row of a DataTable
VERSION
version 0.47
DESCRIPTION
Model to represent a row of a DataTable
ATTRIBUTES
line
The corresponding Test:BDD::Cucumber::Model::Line that the row starts on
cells
An arraryref of strings containing the cell data, trimmed
cells_original
An arraryref of strings containing the cell data, untrimmed
METHODS
as_string
Pipe-delimited string representing the row
AUTHOR
Peter Sergeant pete@clueball.com
LICENSE
Copyright 2011-2016, Peter Sergeant; Licensed under the same terms as Perl