Class: Ast::Merge::LanguageBackendProfile

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

Instance Attribute Summary collapse

Instance Attribute Details

#aliasesObject

Returns the value of attribute aliases

Returns:

  • (Object)

    the current value of aliases



786
787
788
# File 'lib/ast/merge.rb', line 786

def aliases
  @aliases
end

#backendsObject

Returns the value of attribute backends

Returns:

  • (Object)

    the current value of backends



786
787
788
# File 'lib/ast/merge.rb', line 786

def backends
  @backends
end

#extensionsObject

Returns the value of attribute extensions

Returns:

  • (Object)

    the current value of extensions



786
787
788
# File 'lib/ast/merge.rb', line 786

def extensions
  @extensions
end

#familyObject

Returns the value of attribute family

Returns:

  • (Object)

    the current value of family



786
787
788
# File 'lib/ast/merge.rb', line 786

def family
  @family
end

#git_attributesObject

Returns the value of attribute git_attributes

Returns:

  • (Object)

    the current value of git_attributes



786
787
788
# File 'lib/ast/merge.rb', line 786

def git_attributes
  @git_attributes
end

#parser_identityObject

Returns the value of attribute parser_identity

Returns:

  • (Object)

    the current value of parser_identity



786
787
788
# File 'lib/ast/merge.rb', line 786

def parser_identity
  @parser_identity
end

#profile_idObject

Returns the value of attribute profile_id

Returns:

  • (Object)

    the current value of profile_id



786
787
788
# File 'lib/ast/merge.rb', line 786

def profile_id
  @profile_id
end

#rulesObject

Returns the value of attribute rules

Returns:

  • (Object)

    the current value of rules



786
787
788
# File 'lib/ast/merge.rb', line 786

def rules
  @rules
end

#supported_dialectsObject

Returns the value of attribute supported_dialects

Returns:

  • (Object)

    the current value of supported_dialects



786
787
788
# File 'lib/ast/merge.rb', line 786

def supported_dialects
  @supported_dialects
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



786
787
788
# File 'lib/ast/merge.rb', line 786

def version
  @version
end