Class: LintRoller::Context
- Inherits:
-
Struct
- Object
- Struct
- LintRoller::Context
- Defined in:
- lib/lint_roller/context.rb
Instance Attribute Summary collapse
-
#engine ⇒ Object
Returns the value of attribute engine.
-
#engine_version ⇒ Object
Returns the value of attribute engine_version.
-
#rule_format ⇒ Object
Returns the value of attribute rule_format.
-
#runner ⇒ Object
Returns the value of attribute runner.
-
#runner_version ⇒ Object
Returns the value of attribute runner_version.
-
#target_ruby_version ⇒ Object
Returns the value of attribute target_ruby_version.
Instance Attribute Details
#engine ⇒ Object
Returns the value of attribute engine
2 3 4 |
# File 'lib/lint_roller/context.rb', line 2 def engine @engine end |
#engine_version ⇒ Object
Returns the value of attribute engine_version
2 3 4 |
# File 'lib/lint_roller/context.rb', line 2 def engine_version @engine_version end |
#rule_format ⇒ Object
Returns the value of attribute rule_format
2 3 4 |
# File 'lib/lint_roller/context.rb', line 2 def rule_format @rule_format end |
#runner ⇒ Object
Returns the value of attribute runner
2 3 4 |
# File 'lib/lint_roller/context.rb', line 2 def runner @runner end |
#runner_version ⇒ Object
Returns the value of attribute runner_version
2 3 4 |
# File 'lib/lint_roller/context.rb', line 2 def runner_version @runner_version end |
#target_ruby_version ⇒ Object
Returns the value of attribute target_ruby_version
2 3 4 |
# File 'lib/lint_roller/context.rb', line 2 def target_ruby_version @target_ruby_version end |