Class: Ast::Merge::HostLanguageNativeProviderContracts

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



824
825
826
# File 'lib/ast/merge.rb', line 824

def diagnostics
  @diagnostics
end

#providersObject

Returns the value of attribute providers

Returns:

  • (Object)

    the current value of providers



824
825
826
# File 'lib/ast/merge.rb', line 824

def providers
  @providers
end

#suite_idObject

Returns the value of attribute suite_id

Returns:

  • (Object)

    the current value of suite_id



824
825
826
# File 'lib/ast/merge.rb', line 824

def suite_id
  @suite_id
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



824
825
826
# File 'lib/ast/merge.rb', line 824

def version
  @version
end