Class: Ast::Merge::ActiveProfileView
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::ActiveProfileView
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#backend ⇒ Object
Returns the value of attribute backend.
-
#backend_family ⇒ Object
Returns the value of attribute backend_family.
-
#dialect ⇒ Object
Returns the value of attribute dialect.
-
#family ⇒ Object
Returns the value of attribute family.
-
#language_version ⇒ Object
Returns the value of attribute language_version.
-
#parser ⇒ Object
Returns the value of attribute parser.
-
#parser_version ⇒ Object
Returns the value of attribute parser_version.
-
#profile_id ⇒ Object
Returns the value of attribute profile_id.
-
#rule_counts ⇒ Object
Returns the value of attribute rule_counts.
-
#supported_dialects ⇒ Object
Returns the value of attribute supported_dialects.
-
#validation ⇒ Object
Returns the value of attribute validation.
Instance Attribute Details
#backend ⇒ Object
Returns the value of attribute backend
860 861 862 |
# File 'lib/ast/merge.rb', line 860 def backend @backend end |
#backend_family ⇒ Object
Returns the value of attribute backend_family
860 861 862 |
# File 'lib/ast/merge.rb', line 860 def backend_family @backend_family end |
#dialect ⇒ Object
Returns the value of attribute dialect
860 861 862 |
# File 'lib/ast/merge.rb', line 860 def dialect @dialect end |
#family ⇒ Object
Returns the value of attribute family
860 861 862 |
# File 'lib/ast/merge.rb', line 860 def family @family end |
#language_version ⇒ Object
Returns the value of attribute language_version
860 861 862 |
# File 'lib/ast/merge.rb', line 860 def language_version @language_version end |
#parser ⇒ Object
Returns the value of attribute parser
860 861 862 |
# File 'lib/ast/merge.rb', line 860 def parser @parser end |
#parser_version ⇒ Object
Returns the value of attribute parser_version
860 861 862 |
# File 'lib/ast/merge.rb', line 860 def parser_version @parser_version end |
#profile_id ⇒ Object
Returns the value of attribute profile_id
860 861 862 |
# File 'lib/ast/merge.rb', line 860 def profile_id @profile_id end |
#rule_counts ⇒ Object
Returns the value of attribute rule_counts
860 861 862 |
# File 'lib/ast/merge.rb', line 860 def rule_counts @rule_counts end |
#supported_dialects ⇒ Object
Returns the value of attribute supported_dialects
860 861 862 |
# File 'lib/ast/merge.rb', line 860 def supported_dialects @supported_dialects end |
#validation ⇒ Object
Returns the value of attribute validation
860 861 862 |
# File 'lib/ast/merge.rb', line 860 def validation @validation end |