Class: Glossarist::Sts::DuplicateConflict
- Inherits:
-
Struct
- Object
- Struct
- Glossarist::Sts::DuplicateConflict
- Defined in:
- lib/glossarist/sts/import_result.rb
Instance Attribute Summary collapse
-
#existing_concept ⇒ Object
Returns the value of attribute existing_concept.
-
#key ⇒ Object
Returns the value of attribute key.
-
#new_concept ⇒ Object
Returns the value of attribute new_concept.
Instance Attribute Details
#existing_concept ⇒ Object
Returns the value of attribute existing_concept
5 6 7 |
# File 'lib/glossarist/sts/import_result.rb', line 5 def existing_concept @existing_concept end |
#key ⇒ Object
Returns the value of attribute key
5 6 7 |
# File 'lib/glossarist/sts/import_result.rb', line 5 def key @key end |
#new_concept ⇒ Object
Returns the value of attribute new_concept
5 6 7 |
# File 'lib/glossarist/sts/import_result.rb', line 5 def new_concept @new_concept end |