Class: Chutney::Linter::Lint
- Inherits:
-
Struct
- Object
- Struct
- Chutney::Linter::Lint
- Defined in:
- lib/chutney/linter.rb
Instance Attribute Summary collapse
-
#feature ⇒ Object
Returns the value of attribute feature.
-
#gherkin_type ⇒ Object
Returns the value of attribute gherkin_type.
-
#location ⇒ Object
Returns the value of attribute location.
-
#message ⇒ Object
Returns the value of attribute message.
-
#scenario ⇒ Object
Returns the value of attribute scenario.
-
#step ⇒ Object
Returns the value of attribute step.
Instance Attribute Details
#feature ⇒ Object
Returns the value of attribute feature
11 12 13 |
# File 'lib/chutney/linter.rb', line 11 def feature @feature end |
#gherkin_type ⇒ Object
Returns the value of attribute gherkin_type
11 12 13 |
# File 'lib/chutney/linter.rb', line 11 def gherkin_type @gherkin_type end |
#location ⇒ Object
Returns the value of attribute location
11 12 13 |
# File 'lib/chutney/linter.rb', line 11 def location @location end |
#message ⇒ Object
Returns the value of attribute message
11 12 13 |
# File 'lib/chutney/linter.rb', line 11 def @message end |
#scenario ⇒ Object
Returns the value of attribute scenario
11 12 13 |
# File 'lib/chutney/linter.rb', line 11 def scenario @scenario end |
#step ⇒ Object
Returns the value of attribute step
11 12 13 |
# File 'lib/chutney/linter.rb', line 11 def step @step end |