Class: Chutney::Linter::Lint

Inherits:
Struct
  • Object
show all
Defined in:
lib/chutney/linter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#featureObject

Returns the value of attribute feature

Returns:

  • (Object)

    the current value of feature



11
12
13
# File 'lib/chutney/linter.rb', line 11

def feature
  @feature
end

#gherkin_typeObject

Returns the value of attribute gherkin_type

Returns:

  • (Object)

    the current value of gherkin_type



11
12
13
# File 'lib/chutney/linter.rb', line 11

def gherkin_type
  @gherkin_type
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



11
12
13
# File 'lib/chutney/linter.rb', line 11

def location
  @location
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



11
12
13
# File 'lib/chutney/linter.rb', line 11

def message
  @message
end

#scenarioObject

Returns the value of attribute scenario

Returns:

  • (Object)

    the current value of scenario



11
12
13
# File 'lib/chutney/linter.rb', line 11

def scenario
  @scenario
end

#stepObject

Returns the value of attribute step

Returns:

  • (Object)

    the current value of step



11
12
13
# File 'lib/chutney/linter.rb', line 11

def step
  @step
end