Parent

Methods

Gherkin::Formatter::Model::Result

Attributes

status[R]
error_message[R]
arguments[R]
stepdef_location[R]

Public Class Methods

new(status, error_message, arguments, stepdef_location) click to toggle source
     # File lib/gherkin/formatter/model.rb, line 216
216:         def initialize(status, error_message, arguments, stepdef_location)
217:           @status, @error_message, @arguments, @stepdef_location = status, error_message, arguments, stepdef_location
218:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.