Class: LintRoller::Context

Inherits:
Struct
  • Object
show all
Defined in:
lib/lint_roller/context.rb

Instance Attribute Summary collapse

Instance Attribute Details

#engineObject

Returns the value of attribute engine

Returns:

  • (Object)

    the current value of engine



2
3
4
# File 'lib/lint_roller/context.rb', line 2

def engine
  @engine
end

#engine_versionObject

Returns the value of attribute engine_version

Returns:

  • (Object)

    the current value of engine_version



2
3
4
# File 'lib/lint_roller/context.rb', line 2

def engine_version
  @engine_version
end

#rule_formatObject

Returns the value of attribute rule_format

Returns:

  • (Object)

    the current value of rule_format



2
3
4
# File 'lib/lint_roller/context.rb', line 2

def rule_format
  @rule_format
end

#runnerObject

Returns the value of attribute runner

Returns:

  • (Object)

    the current value of runner



2
3
4
# File 'lib/lint_roller/context.rb', line 2

def runner
  @runner
end

#runner_versionObject

Returns the value of attribute runner_version

Returns:

  • (Object)

    the current value of runner_version



2
3
4
# File 'lib/lint_roller/context.rb', line 2

def runner_version
  @runner_version
end

#target_ruby_versionObject

Returns the value of attribute target_ruby_version

Returns:

  • (Object)

    the current value of target_ruby_version



2
3
4
# File 'lib/lint_roller/context.rb', line 2

def target_ruby_version
  @target_ruby_version
end