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



846
847
848
# File 'lib/ast/merge.rb', line 846

def diagnostics
  @diagnostics
end

#providersObject

Returns the value of attribute providers

Returns:

  • (Object)

    the current value of providers



846
847
848
# File 'lib/ast/merge.rb', line 846

def providers
  @providers
end

#suite_idObject

Returns the value of attribute suite_id

Returns:

  • (Object)

    the current value of suite_id



846
847
848
# File 'lib/ast/merge.rb', line 846

def suite_id
  @suite_id
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



846
847
848
# File 'lib/ast/merge.rb', line 846

def version
  @version
end