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
836 837 838 |
# File 'lib/ast/merge.rb', line 836 def diagnostics @diagnostics end |
#report_id ⇒ Object
Returns the value of attribute report_id
836 837 838 |
# File 'lib/ast/merge.rb', line 836 def report_id @report_id end |
#source_spans_available ⇒ Object
Returns the value of attribute source_spans_available
836 837 838 |
# File 'lib/ast/merge.rb', line 836 def source_spans_available @source_spans_available end |
#span_preservation ⇒ Object
Returns the value of attribute span_preservation
836 837 838 |
# File 'lib/ast/merge.rb', line 836 def span_preservation @span_preservation end |
#token_preservation ⇒ Object
Returns the value of attribute token_preservation
836 837 838 |
# File 'lib/ast/merge.rb', line 836 def token_preservation @token_preservation end |
#version ⇒ Object
Returns the value of attribute version
836 837 838 |
# File 'lib/ast/merge.rb', line 836 def version @version end |
#weighted ⇒ Object
Returns the value of attribute weighted
836 837 838 |
# File 'lib/ast/merge.rb', line 836 def weighted @weighted end |