NAME

Test::BDD::Cucumber::Model::DataTable - Model to represent a DataTable

VERSION

version 0.47

DESCRIPTION

Model to represent a DataTable

ATTRIBUTES

line

The corresponding Test:BDD::Cucumber::Model::Line that the table starts on

rows

An arraryref Test:BDD::Cucumber::Model::DataTableRow objects

data

An arrayref of hashrefs representing the table data

data_as_strings

An arrayref of strings containing the original step's data, for printing out by harnesses

columns

The column names in the order they appeared

AUTHOR

Peter Sergeant pete@clueball.com

LICENSE

Copyright 2011-2016, Peter Sergeant; Licensed under the same terms as Perl