Class: Ast::Merge::SecondaryFormattingMetricsReport
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::SecondaryFormattingMetricsReport
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#diagnostics ⇒ Object
Returns the value of attribute diagnostics.
-
#output_diff_size ⇒ Object
Returns the value of attribute output_diff_size.
-
#report_id ⇒ Object
Returns the value of attribute report_id.
-
#source_fragment_retention ⇒ Object
Returns the value of attribute source_fragment_retention.
-
#unchanged_line_churn ⇒ Object
Returns the value of attribute unchanged_line_churn.
-
#version ⇒ Object
Returns the value of attribute version.
-
#weighted ⇒ Object
Returns the value of attribute weighted.
Instance Attribute Details
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
834 835 836 |
# File 'lib/ast/merge.rb', line 834 def diagnostics @diagnostics end |
#output_diff_size ⇒ Object
Returns the value of attribute output_diff_size
834 835 836 |
# File 'lib/ast/merge.rb', line 834 def output_diff_size @output_diff_size end |
#report_id ⇒ Object
Returns the value of attribute report_id
834 835 836 |
# File 'lib/ast/merge.rb', line 834 def report_id @report_id end |
#source_fragment_retention ⇒ Object
Returns the value of attribute source_fragment_retention
834 835 836 |
# File 'lib/ast/merge.rb', line 834 def source_fragment_retention @source_fragment_retention end |
#unchanged_line_churn ⇒ Object
Returns the value of attribute unchanged_line_churn
834 835 836 |
# File 'lib/ast/merge.rb', line 834 def unchanged_line_churn @unchanged_line_churn end |
#version ⇒ Object
Returns the value of attribute version
834 835 836 |
# File 'lib/ast/merge.rb', line 834 def version @version end |
#weighted ⇒ Object
Returns the value of attribute weighted
834 835 836 |
# File 'lib/ast/merge.rb', line 834 def weighted @weighted end |