Class: Glossarist::Sts::DuplicateConflict

Inherits:
Struct
  • Object
show all
Defined in:
lib/glossarist/sts/import_result.rb

Instance Attribute Summary collapse

Instance Attribute Details

#existing_conceptObject

Returns the value of attribute existing_concept

Returns:

  • (Object)

    the current value of existing_concept



5
6
7
# File 'lib/glossarist/sts/import_result.rb', line 5

def existing_concept
  @existing_concept
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



5
6
7
# File 'lib/glossarist/sts/import_result.rb', line 5

def key
  @key
end

#new_conceptObject

Returns the value of attribute new_concept

Returns:

  • (Object)

    the current value of new_concept



5
6
7
# File 'lib/glossarist/sts/import_result.rb', line 5

def new_concept
  @new_concept
end