Class: Ast::Merge::FormattingPreservationConformanceReport

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

Instance Attribute Summary collapse

Instance Attribute Details

#case_idObject

Returns the value of attribute case_id

Returns:

  • (Object)

    the current value of case_id



804
805
806
# File 'lib/ast/merge.rb', line 804

def case_id
  @case_id
end

#diagnosticsObject

Returns the value of attribute diagnostics

Returns:

  • (Object)

    the current value of diagnostics



804
805
806
# File 'lib/ast/merge.rb', line 804

def diagnostics
  @diagnostics
end

#formatting_metricsObject

Returns the value of attribute formatting_metrics

Returns:

  • (Object)

    the current value of formatting_metrics



804
805
806
# File 'lib/ast/merge.rb', line 804

def formatting_metrics
  @formatting_metrics
end

#languageObject

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



804
805
806
# File 'lib/ast/merge.rb', line 804

def language
  @language
end

#report_idObject

Returns the value of attribute report_id

Returns:

  • (Object)

    the current value of report_id



804
805
806
# File 'lib/ast/merge.rb', line 804

def report_id
  @report_id
end

#suiteObject

Returns the value of attribute suite

Returns:

  • (Object)

    the current value of suite



804
805
806
# File 'lib/ast/merge.rb', line 804

def suite
  @suite
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



804
805
806
# File 'lib/ast/merge.rb', line 804

def version
  @version
end