Class: Ast::Merge::FalseTextualConflictSuite

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



868
869
870
# File 'lib/ast/merge.rb', line 868

def cases
  @cases
end

#diagnosticsObject

Returns the value of attribute diagnostics

Returns:

  • (Object)

    the current value of diagnostics



868
869
870
# File 'lib/ast/merge.rb', line 868

def diagnostics
  @diagnostics
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



868
869
870
# File 'lib/ast/merge.rb', line 868

def source
  @source
end

#suite_idObject

Returns the value of attribute suite_id

Returns:

  • (Object)

    the current value of suite_id



868
869
870
# File 'lib/ast/merge.rb', line 868

def suite_id
  @suite_id
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



868
869
870
# File 'lib/ast/merge.rb', line 868

def version
  @version
end