Class: Moult::Confidence::Context
- Inherits:
-
Struct
- Object
- Struct
- Moult::Confidence::Context
- Defined in:
- lib/moult/confidence.rb
Overview
The facts a finding is scored from. Assembled by DeadCode#gather_context.
Instance Attribute Summary collapse
-
#deprecated ⇒ Object
Returns the value of attribute deprecated.
-
#dynamic_dispatch ⇒ Object
Returns the value of attribute dynamic_dispatch.
-
#index_resolved ⇒ Object
Returns the value of attribute index_resolved.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#name ⇒ Object
Returns the value of attribute name.
-
#override_of ⇒ Object
Returns the value of attribute override_of.
-
#path ⇒ Object
Returns the value of attribute path.
-
#rails_signals ⇒ Object
Returns the value of attribute rails_signals.
-
#reference_count ⇒ Object
Returns the value of attribute reference_count.
-
#runtime ⇒ Object
Returns the value of attribute runtime.
-
#span ⇒ Object
Returns the value of attribute span.
-
#symbol_id ⇒ Object
Returns the value of attribute symbol_id.
-
#test_only ⇒ Object
Returns the value of attribute test_only.
-
#visibility ⇒ Object
Returns the value of attribute visibility.
Instance Attribute Details
#deprecated ⇒ Object
Returns the value of attribute deprecated
34 35 36 |
# File 'lib/moult/confidence.rb', line 34 def deprecated @deprecated end |
#dynamic_dispatch ⇒ Object
Returns the value of attribute dynamic_dispatch
34 35 36 |
# File 'lib/moult/confidence.rb', line 34 def dynamic_dispatch @dynamic_dispatch end |
#index_resolved ⇒ Object
Returns the value of attribute index_resolved
34 35 36 |
# File 'lib/moult/confidence.rb', line 34 def index_resolved @index_resolved end |
#kind ⇒ Object
Returns the value of attribute kind
34 35 36 |
# File 'lib/moult/confidence.rb', line 34 def kind @kind end |
#name ⇒ Object
Returns the value of attribute name
34 35 36 |
# File 'lib/moult/confidence.rb', line 34 def name @name end |
#override_of ⇒ Object
Returns the value of attribute override_of
34 35 36 |
# File 'lib/moult/confidence.rb', line 34 def override_of @override_of end |
#path ⇒ Object
Returns the value of attribute path
34 35 36 |
# File 'lib/moult/confidence.rb', line 34 def path @path end |
#rails_signals ⇒ Object
Returns the value of attribute rails_signals
34 35 36 |
# File 'lib/moult/confidence.rb', line 34 def rails_signals @rails_signals end |
#reference_count ⇒ Object
Returns the value of attribute reference_count
34 35 36 |
# File 'lib/moult/confidence.rb', line 34 def reference_count @reference_count end |
#runtime ⇒ Object
Returns the value of attribute runtime
34 35 36 |
# File 'lib/moult/confidence.rb', line 34 def runtime @runtime end |
#span ⇒ Object
Returns the value of attribute span
34 35 36 |
# File 'lib/moult/confidence.rb', line 34 def span @span end |
#symbol_id ⇒ Object
Returns the value of attribute symbol_id
34 35 36 |
# File 'lib/moult/confidence.rb', line 34 def symbol_id @symbol_id end |
#test_only ⇒ Object
Returns the value of attribute test_only
34 35 36 |
# File 'lib/moult/confidence.rb', line 34 def test_only @test_only end |
#visibility ⇒ Object
Returns the value of attribute visibility
34 35 36 |
# File 'lib/moult/confidence.rb', line 34 def visibility @visibility end |