Sha256: 454d6aa467428bbbb72649e1d0d710ef4b5a1b15904d7872ccfa40a495743ccd
Contents?: true
Size: 185 Bytes
Versions: 7
Compression:
Stored size: 185 Bytes
Contents
module Evernote module EDAM module NoteStore class NoteMetadata def tags @tags ||= (tagGuids || []).map{|guid| note_store.getTag(guid)} end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems