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
68 69 70 |
# File 'lib/glossarist/sts/importer.rb', line 68 def conflicts @conflicts end |
#skipped ⇒ Object
Returns the value of attribute skipped
68 69 70 |
# File 'lib/glossarist/sts/importer.rb', line 68 def skipped @skipped end |