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



828
829
830
# File 'lib/ast/merge.rb', line 828

def checks
  @checks
end

#diagnosticsObject

Returns the value of attribute diagnostics

Returns:

  • (Object)

    the current value of diagnostics



828
829
830
# File 'lib/ast/merge.rb', line 828

def diagnostics
  @diagnostics
end

#languageObject

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



828
829
830
# File 'lib/ast/merge.rb', line 828

def language
  @language
end

#providersObject

Returns the value of attribute providers

Returns:

  • (Object)

    the current value of providers



828
829
830
# File 'lib/ast/merge.rb', line 828

def providers
  @providers
end

#report_idObject

Returns the value of attribute report_id

Returns:

  • (Object)

    the current value of report_id



828
829
830
# File 'lib/ast/merge.rb', line 828

def report_id
  @report_id
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



828
829
830
# File 'lib/ast/merge.rb', line 828

def version
  @version
end