Class Mizuho::IdMap::Entry
In: lib/mizuho/id_map.rb
Parent: Struct.new(:title, :id, :fuzzy, :associated)

fuzzy

  Whether #associate has fuzzily associated a title with this entry.

associated

  Whether #associate has associated a title with this entry.
  Immediately after loading a map file, all entries are marked
  as 'not associated'.

Methods

<=>  

External Aliases

fuzzy -> fuzzy?
associated -> associated?

Public Instance methods

[Validate]