Class: ParallelReportPortal::Cucumber::Report::Feature
- Inherits:
-
Struct
- Object
- Struct
- ParallelReportPortal::Cucumber::Report::Feature
- Defined in:
- lib/parallel_report_portal/cucumber/report.rb
Instance Attribute Summary collapse
-
#feature ⇒ Object
Returns the value of attribute feature.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Attribute Details
#feature ⇒ Object
Returns the value of attribute feature
14 15 16 |
# File 'lib/parallel_report_portal/cucumber/report.rb', line 14 def feature @feature end |
#id ⇒ Object
Returns the value of attribute id
14 15 16 |
# File 'lib/parallel_report_portal/cucumber/report.rb', line 14 def id @id end |