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



836
837
838
# File 'lib/ast/merge.rb', line 836

def diagnostics
  @diagnostics
end

#report_idObject

Returns the value of attribute report_id

Returns:

  • (Object)

    the current value of report_id



836
837
838
# File 'lib/ast/merge.rb', line 836

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



836
837
838
# File 'lib/ast/merge.rb', line 836

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



836
837
838
# File 'lib/ast/merge.rb', line 836

def span_preservation
  @span_preservation
end

#token_preservationObject

Returns the value of attribute token_preservation

Returns:

  • (Object)

    the current value of token_preservation



836
837
838
# File 'lib/ast/merge.rb', line 836

def token_preservation
  @token_preservation
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



836
837
838
# File 'lib/ast/merge.rb', line 836

def version
  @version
end

#weightedObject

Returns the value of attribute weighted

Returns:

  • (Object)

    the current value of weighted



836
837
838
# File 'lib/ast/merge.rb', line 836

def weighted
  @weighted
end