Class: Cucumber::Core::Ast::ExamplesTable

Inherits:
Object
  • Object
show all
Includes:
DescribesItself, HasLocation
Defined in:
lib/cucumber/core/ast/examples_table.rb

Defined Under Namespace

Classes: Header, Row

Instance Attribute Summary collapse

Method Summary

Methods included from DescribesItself

#describe_to

Methods included from HasLocation

#attributes, #file, #file_colon_line, #line, #location, #match_locations?, #multiline_arg

Instance Attribute Details

#commentsObject (readonly)

Returns the value of attribute comments.



13
14
15
# File 'lib/cucumber/core/ast/examples_table.rb', line 13

def comments
  @comments
end

#headerObject (readonly)

Returns the value of attribute header.



13
14
15
# File 'lib/cucumber/core/ast/examples_table.rb', line 13

def header
  @header
end

#keywordObject (readonly)

Returns the value of attribute keyword.



13
14
15
# File 'lib/cucumber/core/ast/examples_table.rb', line 13

def keyword
  @keyword
end

#nameObject (readonly)

Returns the value of attribute name.



13
14
15
# File 'lib/cucumber/core/ast/examples_table.rb', line 13

def name
  @name
end

#tagsObject (readonly)

Returns the value of attribute tags.



13
14
15
# File 'lib/cucumber/core/ast/examples_table.rb', line 13

def tags
  @tags
end