Class: Ast::Merge::NativeProviderProvingGroundReport

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

Instance Attribute Summary collapse

Instance Attribute Details

#checksObject

Returns the value of attribute checks

Returns:

  • (Object)

    the current value of checks



850
851
852
# File 'lib/ast/merge.rb', line 850

def checks
  @checks
end

#diagnosticsObject

Returns the value of attribute diagnostics

Returns:

  • (Object)

    the current value of diagnostics



850
851
852
# File 'lib/ast/merge.rb', line 850

def diagnostics
  @diagnostics
end

#languageObject

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



850
851
852
# File 'lib/ast/merge.rb', line 850

def language
  @language
end

#providersObject

Returns the value of attribute providers

Returns:

  • (Object)

    the current value of providers



850
851
852
# File 'lib/ast/merge.rb', line 850

def providers
  @providers
end

#report_idObject

Returns the value of attribute report_id

Returns:

  • (Object)

    the current value of report_id



850
851
852
# File 'lib/ast/merge.rb', line 850

def report_id
  @report_id
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



850
851
852
# File 'lib/ast/merge.rb', line 850

def version
  @version
end