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



834
835
836
# File 'lib/ast/merge.rb', line 834

def diagnostics
  @diagnostics
end

#output_diff_sizeObject

Returns the value of attribute output_diff_size

Returns:

  • (Object)

    the current value of output_diff_size



834
835
836
# File 'lib/ast/merge.rb', line 834

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



834
835
836
# File 'lib/ast/merge.rb', line 834

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



834
835
836
# File 'lib/ast/merge.rb', line 834

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



834
835
836
# File 'lib/ast/merge.rb', line 834

def unchanged_line_churn
  @unchanged_line_churn
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



834
835
836
# File 'lib/ast/merge.rb', line 834

def version
  @version
end

#weightedObject

Returns the value of attribute weighted

Returns:

  • (Object)

    the current value of weighted



834
835
836
# File 'lib/ast/merge.rb', line 834

def weighted
  @weighted
end