Class: Ast::Merge::FormattingPreservationConformanceReport
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::FormattingPreservationConformanceReport
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#case_id ⇒ Object
Returns the value of attribute case_id.
-
#diagnostics ⇒ Object
Returns the value of attribute diagnostics.
-
#formatting_metrics ⇒ Object
Returns the value of attribute formatting_metrics.
-
#language ⇒ Object
Returns the value of attribute language.
-
#report_id ⇒ Object
Returns the value of attribute report_id.
-
#suite ⇒ Object
Returns the value of attribute suite.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#case_id ⇒ Object
Returns the value of attribute case_id
804 805 806 |
# File 'lib/ast/merge.rb', line 804 def case_id @case_id end |
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
804 805 806 |
# File 'lib/ast/merge.rb', line 804 def diagnostics @diagnostics end |
#formatting_metrics ⇒ Object
Returns the value of attribute formatting_metrics
804 805 806 |
# File 'lib/ast/merge.rb', line 804 def formatting_metrics @formatting_metrics end |
#language ⇒ Object
Returns the value of attribute language
804 805 806 |
# File 'lib/ast/merge.rb', line 804 def language @language end |
#report_id ⇒ Object
Returns the value of attribute report_id
804 805 806 |
# File 'lib/ast/merge.rb', line 804 def report_id @report_id end |
#suite ⇒ Object
Returns the value of attribute suite
804 805 806 |
# File 'lib/ast/merge.rb', line 804 def suite @suite end |
#version ⇒ Object
Returns the value of attribute version
804 805 806 |
# File 'lib/ast/merge.rb', line 804 def version @version end |