Class: Ast::Merge::GenericConflictHandlerExecution

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

Instance Attribute Summary collapse

Instance Attribute Details

#casesObject

Returns the value of attribute cases

Returns:

  • (Object)

    the current value of cases



789
790
791
# File 'lib/ast/merge.rb', line 789

def cases
  @cases
end

#diagnosticsObject

Returns the value of attribute diagnostics

Returns:

  • (Object)

    the current value of diagnostics



789
790
791
# File 'lib/ast/merge.rb', line 789

def diagnostics
  @diagnostics
end

#execution_idObject

Returns the value of attribute execution_id

Returns:

  • (Object)

    the current value of execution_id



789
790
791
# File 'lib/ast/merge.rb', line 789

def execution_id
  @execution_id
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



789
790
791
# File 'lib/ast/merge.rb', line 789

def version
  @version
end