Class: Ast::Merge::TokenSpanPreservationMetricsReport
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::TokenSpanPreservationMetricsReport
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#diagnostics ⇒ Object
Returns the value of attribute diagnostics.
-
#report_id ⇒ Object
Returns the value of attribute report_id.
-
#source_spans_available ⇒ Object
Returns the value of attribute source_spans_available.
-
#span_preservation ⇒ Object
Returns the value of attribute span_preservation.
-
#token_preservation ⇒ Object
Returns the value of attribute token_preservation.
-
#version ⇒ Object
Returns the value of attribute version.
-
#weighted ⇒ Object
Returns the value of attribute weighted.
Instance Attribute Details
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
814 815 816 |
# File 'lib/ast/merge.rb', line 814 def diagnostics @diagnostics end |
#report_id ⇒ Object
Returns the value of attribute report_id
814 815 816 |
# File 'lib/ast/merge.rb', line 814 def report_id @report_id end |
#source_spans_available ⇒ Object
Returns the value of attribute source_spans_available
814 815 816 |
# File 'lib/ast/merge.rb', line 814 def source_spans_available @source_spans_available end |
#span_preservation ⇒ Object
Returns the value of attribute span_preservation
814 815 816 |
# File 'lib/ast/merge.rb', line 814 def span_preservation @span_preservation end |
#token_preservation ⇒ Object
Returns the value of attribute token_preservation
814 815 816 |
# File 'lib/ast/merge.rb', line 814 def token_preservation @token_preservation end |
#version ⇒ Object
Returns the value of attribute version
814 815 816 |
# File 'lib/ast/merge.rb', line 814 def version @version end |
#weighted ⇒ Object
Returns the value of attribute weighted
814 815 816 |
# File 'lib/ast/merge.rb', line 814 def weighted @weighted end |