Class: Cucumber::Core::Ast::Tag

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

Instance Attribute Summary collapse

Method Summary

Methods included from HasLocation

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

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name.



10
11
12
# File 'lib/cucumber/core/ast/tag.rb', line 10

def name
  @name
end