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
812 813 814 |
# File 'lib/ast/merge.rb', line 812 def diagnostics @diagnostics end |
#output_diff_size ⇒ Object
Returns the value of attribute output_diff_size
812 813 814 |
# File 'lib/ast/merge.rb', line 812 def output_diff_size @output_diff_size end |
#report_id ⇒ Object
Returns the value of attribute report_id
812 813 814 |
# File 'lib/ast/merge.rb', line 812 def report_id @report_id end |
#source_fragment_retention ⇒ Object
Returns the value of attribute source_fragment_retention
812 813 814 |
# File 'lib/ast/merge.rb', line 812 def source_fragment_retention @source_fragment_retention end |
#unchanged_line_churn ⇒ Object
Returns the value of attribute unchanged_line_churn
812 813 814 |
# File 'lib/ast/merge.rb', line 812 def unchanged_line_churn @unchanged_line_churn end |
#version ⇒ Object
Returns the value of attribute version
812 813 814 |
# File 'lib/ast/merge.rb', line 812 def version @version end |
#weighted ⇒ Object
Returns the value of attribute weighted
812 813 814 |
# File 'lib/ast/merge.rb', line 812 def weighted @weighted end |