Class: CucumberJunitToJson::Models::Argument
- Inherits:
-
Object
- Object
- CucumberJunitToJson::Models::Argument
- Defined in:
- lib/cucumber_junit_to_json/models/argument.rb
Overview
Abstract representation of a cucumber step argument attribute
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value.
9 10 11 |
# File 'lib/cucumber_junit_to_json/models/argument.rb', line 9 def value @value end |