Class: Background
- Inherits:
-
SimpleGherkinCollection
- Object
- Item
- Collection
- SimpleGherkinCollection
- Background
- Defined in:
- lib/cuker/models/models_ready.rb
Instance Attribute Summary
Attributes inherited from SimpleGherkinCollection
Attributes inherited from Collection
Attributes inherited from Item
Instance Method Summary collapse
-
#initialize(content_str) ⇒ Background
constructor
A new instance of Background.
Methods inherited from SimpleGherkinCollection
Methods inherited from Collection
Methods inherited from Item
Constructor Details
#initialize(content_str) ⇒ Background
Returns a new instance of Background.
83 84 85 86 |
# File 'lib/cuker/models/models_ready.rb', line 83 def initialize content_str @keyword = "Background:" super content_str, keyword end |