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
771 772 773 |
# File 'lib/ast/merge.rb', line 771 def diagnostics @diagnostics end |
#language ⇒ Object
Returns the value of attribute language
771 772 773 |
# File 'lib/ast/merge.rb', line 771 def language @language end |
#profile_id ⇒ Object
Returns the value of attribute profile_id
771 772 773 |
# File 'lib/ast/merge.rb', line 771 def profile_id @profile_id end |
#registrations ⇒ Object
Returns the value of attribute registrations
771 772 773 |
# File 'lib/ast/merge.rb', line 771 def registrations @registrations end |
#version ⇒ Object
Returns the value of attribute version
771 772 773 |
# File 'lib/ast/merge.rb', line 771 def version @version end |