Class: Ast::Merge::TokenSpanPreservationMetricsReport

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

Instance Attribute Summary collapse

Instance Attribute Details

#diagnosticsObject

Returns the value of attribute diagnostics

Returns:

  • (Object)

    the current value of diagnostics



814
815
816
# File 'lib/ast/merge.rb', line 814

def diagnostics
  @diagnostics
end

#report_idObject

Returns the value of attribute report_id

Returns:

  • (Object)

    the current value of report_id



814
815
816
# File 'lib/ast/merge.rb', line 814

def report_id
  @report_id
end

#source_spans_availableObject

Returns the value of attribute source_spans_available

Returns:

  • (Object)

    the current value of source_spans_available



814
815
816
# File 'lib/ast/merge.rb', line 814

def source_spans_available
  @source_spans_available
end

#span_preservationObject

Returns the value of attribute span_preservation

Returns:

  • (Object)

    the current value of span_preservation



814
815
816
# File 'lib/ast/merge.rb', line 814

def span_preservation
  @span_preservation
end

#token_preservationObject

Returns the value of attribute token_preservation

Returns:

  • (Object)

    the current value of token_preservation



814
815
816
# File 'lib/ast/merge.rb', line 814

def token_preservation
  @token_preservation
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



814
815
816
# File 'lib/ast/merge.rb', line 814

def version
  @version
end

#weightedObject

Returns the value of attribute weighted

Returns:

  • (Object)

    the current value of weighted



814
815
816
# File 'lib/ast/merge.rb', line 814

def weighted
  @weighted
end