Method: IdStore#idHash

Defined in:
lib/ea_support/id_store.rb

#idHashObject



13
14
15
16
# File 'lib/ea_support/id_store.rb', line 13

def idHash
  load unless @idHash
  @idHash
end