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



767
768
769
# File 'lib/ast/merge.rb', line 767

def cases
  @cases
end

#diagnosticsObject

Returns the value of attribute diagnostics

Returns:

  • (Object)

    the current value of diagnostics



767
768
769
# File 'lib/ast/merge.rb', line 767

def diagnostics
  @diagnostics
end

#execution_idObject

Returns the value of attribute execution_id

Returns:

  • (Object)

    the current value of execution_id



767
768
769
# File 'lib/ast/merge.rb', line 767

def execution_id
  @execution_id
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



767
768
769
# File 'lib/ast/merge.rb', line 767

def version
  @version
end