Class: Ast::Merge::LanguageProfileHandlerRegistration
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::LanguageProfileHandlerRegistration
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#conflict_categories ⇒ Object
Returns the value of attribute conflict_categories.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#handler_id ⇒ Object
Returns the value of attribute handler_id.
-
#role ⇒ Object
Returns the value of attribute role.
Instance Attribute Details
#conflict_categories ⇒ Object
Returns the value of attribute conflict_categories
769 770 771 |
# File 'lib/ast/merge.rb', line 769 def conflict_categories @conflict_categories end |
#enabled ⇒ Object
Returns the value of attribute enabled
769 770 771 |
# File 'lib/ast/merge.rb', line 769 def enabled @enabled end |
#handler_id ⇒ Object
Returns the value of attribute handler_id
769 770 771 |
# File 'lib/ast/merge.rb', line 769 def handler_id @handler_id end |
#role ⇒ Object
Returns the value of attribute role
769 770 771 |
# File 'lib/ast/merge.rb', line 769 def role @role end |