Class: CucumberJunitToJson::Models::Argument

Inherits:
Object
  • Object
show all
Defined in:
lib/cucumber_junit_to_json/models/argument.rb

Overview

Abstract representation of a cucumber step argument attribute

Instance Attribute Summary collapse

Instance Attribute Details

#valueObject

Returns the value of attribute value.



9
10
11
# File 'lib/cucumber_junit_to_json/models/argument.rb', line 9

def value
  @value
end