Class: Ast::Merge::ConflictHandlerRegistryReport

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

Instance Attribute Summary collapse

Instance Attribute Details

#diagnosticsObject

Returns the value of attribute diagnostics

Returns:

  • (Object)

    the current value of diagnostics



759
760
761
# File 'lib/ast/merge.rb', line 759

def diagnostics
  @diagnostics
end

#handlersObject

Returns the value of attribute handlers

Returns:

  • (Object)

    the current value of handlers



759
760
761
# File 'lib/ast/merge.rb', line 759

def handlers
  @handlers
end

#registry_idObject

Returns the value of attribute registry_id

Returns:

  • (Object)

    the current value of registry_id



759
760
761
# File 'lib/ast/merge.rb', line 759

def registry_id
  @registry_id
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



759
760
761
# File 'lib/ast/merge.rb', line 759

def version
  @version
end