Class: CucumberToHtml::Cell::Element
- Inherits:
-
Cucumberhtml::Cell
- Object
- Trailblazer::Cell
- Cucumberhtml::Cell
- CucumberToHtml::Cell::Element
- Defined in:
- app/concepts/cucumber_to_html/cell/element.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#keyword ⇒ Object
9 10 11 |
# File 'app/concepts/cucumber_to_html/cell/element.rb', line 9 def keyword model['keyword'] end |
#name ⇒ Object
5 6 7 |
# File 'app/concepts/cucumber_to_html/cell/element.rb', line 5 def name model['name'] end |
#step(step) ⇒ Object
17 18 19 |
# File 'app/concepts/cucumber_to_html/cell/element.rb', line 17 def step(step) Step.call(step).call end |
#steps ⇒ Object
13 14 15 |
# File 'app/concepts/cucumber_to_html/cell/element.rb', line 13 def steps model['steps'] end |