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



781
782
783
# File 'lib/ast/merge.rb', line 781

def diagnostics
  @diagnostics
end

#handlersObject

Returns the value of attribute handlers

Returns:

  • (Object)

    the current value of handlers



781
782
783
# File 'lib/ast/merge.rb', line 781

def handlers
  @handlers
end

#registry_idObject

Returns the value of attribute registry_id

Returns:

  • (Object)

    the current value of registry_id



781
782
783
# File 'lib/ast/merge.rb', line 781

def registry_id
  @registry_id
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



781
782
783
# File 'lib/ast/merge.rb', line 781

def version
  @version
end