Class: Glossarist::Sts::Importer::DedupState
- Inherits:
-
Struct
- Object
- Struct
- Glossarist::Sts::Importer::DedupState
- Defined in:
- lib/glossarist/sts/importer.rb
Instance Attribute Summary collapse
-
#conflicts ⇒ Object
Returns the value of attribute conflicts.
-
#skipped ⇒ Object
Returns the value of attribute skipped.
Instance Attribute Details
#conflicts ⇒ Object
Returns the value of attribute conflicts
67 68 69 |
# File 'lib/glossarist/sts/importer.rb', line 67 def conflicts @conflicts end |
#skipped ⇒ Object
Returns the value of attribute skipped
67 68 69 |
# File 'lib/glossarist/sts/importer.rb', line 67 def skipped @skipped end |