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
826 827 828 |
# File 'lib/ast/merge.rb', line 826 def case_id @case_id end |
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
826 827 828 |
# File 'lib/ast/merge.rb', line 826 def diagnostics @diagnostics end |
#formatting_metrics ⇒ Object
Returns the value of attribute formatting_metrics
826 827 828 |
# File 'lib/ast/merge.rb', line 826 def formatting_metrics @formatting_metrics end |
#language ⇒ Object
Returns the value of attribute language
826 827 828 |
# File 'lib/ast/merge.rb', line 826 def language @language end |
#report_id ⇒ Object
Returns the value of attribute report_id
826 827 828 |
# File 'lib/ast/merge.rb', line 826 def report_id @report_id end |
#suite ⇒ Object
Returns the value of attribute suite
826 827 828 |
# File 'lib/ast/merge.rb', line 826 def suite @suite end |
#version ⇒ Object
Returns the value of attribute version
826 827 828 |
# File 'lib/ast/merge.rb', line 826 def version @version end |