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
791 792 793 |
# File 'lib/ast/merge.rb', line 791 def conflict_categories @conflict_categories end |
#enabled ⇒ Object
Returns the value of attribute enabled
791 792 793 |
# File 'lib/ast/merge.rb', line 791 def enabled @enabled end |
#handler_id ⇒ Object
Returns the value of attribute handler_id
791 792 793 |
# File 'lib/ast/merge.rb', line 791 def handler_id @handler_id end |
#role ⇒ Object
Returns the value of attribute role
791 792 793 |
# File 'lib/ast/merge.rb', line 791 def role @role end |