Class: Ast::Merge::LanguageProfileHandlerRegistry

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



771
772
773
# File 'lib/ast/merge.rb', line 771

def diagnostics
  @diagnostics
end

#languageObject

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



771
772
773
# File 'lib/ast/merge.rb', line 771

def language
  @language
end

#profile_idObject

Returns the value of attribute profile_id

Returns:

  • (Object)

    the current value of profile_id



771
772
773
# File 'lib/ast/merge.rb', line 771

def profile_id
  @profile_id
end

#registrationsObject

Returns the value of attribute registrations

Returns:

  • (Object)

    the current value of registrations



771
772
773
# File 'lib/ast/merge.rb', line 771

def registrations
  @registrations
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



771
772
773
# File 'lib/ast/merge.rb', line 771

def version
  @version
end