Class: Ast::Merge::ConflictHandlerRegistration
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::ConflictHandlerRegistration
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#capability ⇒ Object
Returns the value of attribute capability.
-
#conflict_category ⇒ Object
Returns the value of attribute conflict_category.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#fallback_scope ⇒ Object
Returns the value of attribute fallback_scope.
-
#handler_id ⇒ Object
Returns the value of attribute handler_id.
-
#node_roles ⇒ Object
Returns the value of attribute node_roles.
Instance Attribute Details
#capability ⇒ Object
Returns the value of attribute capability
756 757 758 |
# File 'lib/ast/merge.rb', line 756 def capability @capability end |
#conflict_category ⇒ Object
Returns the value of attribute conflict_category
756 757 758 |
# File 'lib/ast/merge.rb', line 756 def conflict_category @conflict_category end |
#enabled ⇒ Object
Returns the value of attribute enabled
756 757 758 |
# File 'lib/ast/merge.rb', line 756 def enabled @enabled end |
#fallback_scope ⇒ Object
Returns the value of attribute fallback_scope
756 757 758 |
# File 'lib/ast/merge.rb', line 756 def fallback_scope @fallback_scope end |
#handler_id ⇒ Object
Returns the value of attribute handler_id
756 757 758 |
# File 'lib/ast/merge.rb', line 756 def handler_id @handler_id end |
#node_roles ⇒ Object
Returns the value of attribute node_roles
756 757 758 |
# File 'lib/ast/merge.rb', line 756 def node_roles @node_roles end |