Class: Ast::Merge::LanguageProfileHandlerRegistry
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::LanguageProfileHandlerRegistry
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#diagnostics ⇒ Object
Returns the value of attribute diagnostics.
-
#language ⇒ Object
Returns the value of attribute language.
-
#profile_id ⇒ Object
Returns the value of attribute profile_id.
-
#registrations ⇒ Object
Returns the value of attribute registrations.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
793 794 795 |
# File 'lib/ast/merge.rb', line 793 def diagnostics @diagnostics end |
#language ⇒ Object
Returns the value of attribute language
793 794 795 |
# File 'lib/ast/merge.rb', line 793 def language @language end |
#profile_id ⇒ Object
Returns the value of attribute profile_id
793 794 795 |
# File 'lib/ast/merge.rb', line 793 def profile_id @profile_id end |
#registrations ⇒ Object
Returns the value of attribute registrations
793 794 795 |
# File 'lib/ast/merge.rb', line 793 def registrations @registrations end |
#version ⇒ Object
Returns the value of attribute version
793 794 795 |
# File 'lib/ast/merge.rb', line 793 def version @version end |