class CucumberJunitToJson::Models::Feature

Abstract representation of a cucumber feature attribute

Attributes

description[RW]
elements[RW]
id[RW]
keyword[RW]
line[RW]
name[RW]
tags[RW]
uri[RW]

Public Class Methods

new() click to toggle source
# File lib/cucumber_junit_to_json/models/feature.rb, line 10
def initialize
  @description = ''
end