Class: Ast::Merge::LanguageProfileHandlerRegistration

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

Instance Attribute Summary collapse

Instance Attribute Details

#conflict_categoriesObject

Returns the value of attribute conflict_categories

Returns:

  • (Object)

    the current value of conflict_categories



769
770
771
# File 'lib/ast/merge.rb', line 769

def conflict_categories
  @conflict_categories
end

#enabledObject

Returns the value of attribute enabled

Returns:

  • (Object)

    the current value of enabled



769
770
771
# File 'lib/ast/merge.rb', line 769

def enabled
  @enabled
end

#handler_idObject

Returns the value of attribute handler_id

Returns:

  • (Object)

    the current value of handler_id



769
770
771
# File 'lib/ast/merge.rb', line 769

def handler_id
  @handler_id
end

#roleObject

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



769
770
771
# File 'lib/ast/merge.rb', line 769

def role
  @role
end