Class: Moult::Confidence::Context

Inherits:
Struct
  • Object
show all
Defined in:
lib/moult/confidence.rb

Overview

The facts a finding is scored from. Assembled by DeadCode#gather_context.

Instance Attribute Summary collapse

Instance Attribute Details

#deprecatedObject

Returns the value of attribute deprecated

Returns:

  • (Object)

    the current value of deprecated



34
35
36
# File 'lib/moult/confidence.rb', line 34

def deprecated
  @deprecated
end

#dynamic_dispatchObject

Returns the value of attribute dynamic_dispatch

Returns:

  • (Object)

    the current value of dynamic_dispatch



34
35
36
# File 'lib/moult/confidence.rb', line 34

def dynamic_dispatch
  @dynamic_dispatch
end

#index_resolvedObject

Returns the value of attribute index_resolved

Returns:

  • (Object)

    the current value of index_resolved



34
35
36
# File 'lib/moult/confidence.rb', line 34

def index_resolved
  @index_resolved
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



34
35
36
# File 'lib/moult/confidence.rb', line 34

def kind
  @kind
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



34
35
36
# File 'lib/moult/confidence.rb', line 34

def name
  @name
end

#override_ofObject

Returns the value of attribute override_of

Returns:

  • (Object)

    the current value of override_of



34
35
36
# File 'lib/moult/confidence.rb', line 34

def override_of
  @override_of
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



34
35
36
# File 'lib/moult/confidence.rb', line 34

def path
  @path
end

#rails_signalsObject

Returns the value of attribute rails_signals

Returns:

  • (Object)

    the current value of rails_signals



34
35
36
# File 'lib/moult/confidence.rb', line 34

def rails_signals
  @rails_signals
end

#reference_countObject

Returns the value of attribute reference_count

Returns:

  • (Object)

    the current value of reference_count



34
35
36
# File 'lib/moult/confidence.rb', line 34

def reference_count
  @reference_count
end

#runtimeObject

Returns the value of attribute runtime

Returns:

  • (Object)

    the current value of runtime



34
35
36
# File 'lib/moult/confidence.rb', line 34

def runtime
  @runtime
end

#spanObject

Returns the value of attribute span

Returns:

  • (Object)

    the current value of span



34
35
36
# File 'lib/moult/confidence.rb', line 34

def span
  @span
end

#symbol_idObject

Returns the value of attribute symbol_id

Returns:

  • (Object)

    the current value of symbol_id



34
35
36
# File 'lib/moult/confidence.rb', line 34

def symbol_id
  @symbol_id
end

#test_onlyObject

Returns the value of attribute test_only

Returns:

  • (Object)

    the current value of test_only



34
35
36
# File 'lib/moult/confidence.rb', line 34

def test_only
  @test_only
end

#visibilityObject

Returns the value of attribute visibility

Returns:

  • (Object)

    the current value of visibility



34
35
36
# File 'lib/moult/confidence.rb', line 34

def visibility
  @visibility
end