Class: Ast::Merge::SecondaryFormattingMetricsReport

Inherits:
Struct
  • Object
show all
Defined in:
lib/ast/merge.rb

Instance Attribute Summary collapse

Instance Attribute Details

#diagnosticsObject

Returns the value of attribute diagnostics

Returns:

  • (Object)

    the current value of diagnostics



812
813
814
# File 'lib/ast/merge.rb', line 812

def diagnostics
  @diagnostics
end

#output_diff_sizeObject

Returns the value of attribute output_diff_size

Returns:

  • (Object)

    the current value of output_diff_size



812
813
814
# File 'lib/ast/merge.rb', line 812

def output_diff_size
  @output_diff_size
end

#report_idObject

Returns the value of attribute report_id

Returns:

  • (Object)

    the current value of report_id



812
813
814
# File 'lib/ast/merge.rb', line 812

def report_id
  @report_id
end

#source_fragment_retentionObject

Returns the value of attribute source_fragment_retention

Returns:

  • (Object)

    the current value of source_fragment_retention



812
813
814
# File 'lib/ast/merge.rb', line 812

def source_fragment_retention
  @source_fragment_retention
end

#unchanged_line_churnObject

Returns the value of attribute unchanged_line_churn

Returns:

  • (Object)

    the current value of unchanged_line_churn



812
813
814
# File 'lib/ast/merge.rb', line 812

def unchanged_line_churn
  @unchanged_line_churn
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



812
813
814
# File 'lib/ast/merge.rb', line 812

def version
  @version
end

#weightedObject

Returns the value of attribute weighted

Returns:

  • (Object)

    the current value of weighted



812
813
814
# File 'lib/ast/merge.rb', line 812

def weighted
  @weighted
end