Class: Ast::Merge::ConflictHandlerRegistration

Inherits:
Struct
  • Object
show all
Defined in:
lib/ast/merge.rb

Instance Attribute Summary collapse

Instance Attribute Details

#capabilityObject

Returns the value of attribute capability

Returns:

  • (Object)

    the current value of capability



756
757
758
# File 'lib/ast/merge.rb', line 756

def capability
  @capability
end

#conflict_categoryObject

Returns the value of attribute conflict_category

Returns:

  • (Object)

    the current value of conflict_category



756
757
758
# File 'lib/ast/merge.rb', line 756

def conflict_category
  @conflict_category
end

#enabledObject

Returns the value of attribute enabled

Returns:

  • (Object)

    the current value of enabled



756
757
758
# File 'lib/ast/merge.rb', line 756

def enabled
  @enabled
end

#fallback_scopeObject

Returns the value of attribute fallback_scope

Returns:

  • (Object)

    the current value of fallback_scope



756
757
758
# File 'lib/ast/merge.rb', line 756

def fallback_scope
  @fallback_scope
end

#handler_idObject

Returns the value of attribute handler_id

Returns:

  • (Object)

    the current value of handler_id



756
757
758
# File 'lib/ast/merge.rb', line 756

def handler_id
  @handler_id
end

#node_rolesObject

Returns the value of attribute node_roles

Returns:

  • (Object)

    the current value of node_roles



756
757
758
# File 'lib/ast/merge.rb', line 756

def node_roles
  @node_roles
end