Class: TaggedGherkinCollection

Inherits:
SimpleGherkinCollection show all
Defined in:
lib/cuker/models/models_ready.rb

Direct Known Subclasses

Feature, Scenario

Instance Attribute Summary collapse

Attributes inherited from SimpleGherkinCollection

#comments, #title

Attributes inherited from Collection

#items, #keyword

Attributes inherited from Item

#content

Method Summary

Methods inherited from SimpleGherkinCollection

#initialize, #parse_title

Methods inherited from Collection

#initialize, #to_s

Methods inherited from Item

#initialize, #to_s

Constructor Details

This class inherits a constructor from SimpleGherkinCollection

Instance Attribute Details

#tagsObject

Returns the value of attribute tags.



90
91
92
# File 'lib/cuker/models/models_ready.rb', line 90

def tags
  @tags
end