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



778
779
780
# File 'lib/ast/merge.rb', line 778

def capability
  @capability
end

#conflict_categoryObject

Returns the value of attribute conflict_category

Returns:

  • (Object)

    the current value of conflict_category



778
779
780
# File 'lib/ast/merge.rb', line 778

def conflict_category
  @conflict_category
end

#enabledObject

Returns the value of attribute enabled

Returns:

  • (Object)

    the current value of enabled



778
779
780
# File 'lib/ast/merge.rb', line 778

def enabled
  @enabled
end

#fallback_scopeObject

Returns the value of attribute fallback_scope

Returns:

  • (Object)

    the current value of fallback_scope



778
779
780
# File 'lib/ast/merge.rb', line 778

def fallback_scope
  @fallback_scope
end

#handler_idObject

Returns the value of attribute handler_id

Returns:

  • (Object)

    the current value of handler_id



778
779
780
# File 'lib/ast/merge.rb', line 778

def handler_id
  @handler_id
end

#node_rolesObject

Returns the value of attribute node_roles

Returns:

  • (Object)

    the current value of node_roles



778
779
780
# File 'lib/ast/merge.rb', line 778

def node_roles
  @node_roles
end