Class: Ast::Merge::LanguageBackendProfile
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::LanguageBackendProfile
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#aliases ⇒ Object
Returns the value of attribute aliases.
-
#backends ⇒ Object
Returns the value of attribute backends.
-
#extensions ⇒ Object
Returns the value of attribute extensions.
-
#family ⇒ Object
Returns the value of attribute family.
-
#git_attributes ⇒ Object
Returns the value of attribute git_attributes.
-
#parser_identity ⇒ Object
Returns the value of attribute parser_identity.
-
#profile_id ⇒ Object
Returns the value of attribute profile_id.
-
#rules ⇒ Object
Returns the value of attribute rules.
-
#supported_dialects ⇒ Object
Returns the value of attribute supported_dialects.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#aliases ⇒ Object
Returns the value of attribute aliases
786 787 788 |
# File 'lib/ast/merge.rb', line 786 def aliases @aliases end |
#backends ⇒ Object
Returns the value of attribute backends
786 787 788 |
# File 'lib/ast/merge.rb', line 786 def backends @backends end |
#extensions ⇒ Object
Returns the value of attribute extensions
786 787 788 |
# File 'lib/ast/merge.rb', line 786 def extensions @extensions end |
#family ⇒ Object
Returns the value of attribute family
786 787 788 |
# File 'lib/ast/merge.rb', line 786 def family @family end |
#git_attributes ⇒ Object
Returns the value of attribute git_attributes
786 787 788 |
# File 'lib/ast/merge.rb', line 786 def git_attributes @git_attributes end |
#parser_identity ⇒ Object
Returns the value of attribute parser_identity
786 787 788 |
# File 'lib/ast/merge.rb', line 786 def parser_identity @parser_identity end |
#profile_id ⇒ Object
Returns the value of attribute profile_id
786 787 788 |
# File 'lib/ast/merge.rb', line 786 def profile_id @profile_id end |
#rules ⇒ Object
Returns the value of attribute rules
786 787 788 |
# File 'lib/ast/merge.rb', line 786 def rules @rules end |
#supported_dialects ⇒ Object
Returns the value of attribute supported_dialects
786 787 788 |
# File 'lib/ast/merge.rb', line 786 def supported_dialects @supported_dialects end |
#version ⇒ Object
Returns the value of attribute version
786 787 788 |
# File 'lib/ast/merge.rb', line 786 def version @version end |