lib/evertils/common/entity/notes.rb in evertils-common-0.3.4.1.pre.dev vs lib/evertils/common/entity/notes.rb in evertils-common-0.3.4.1

- old
+ new

@@ -129,9 +129,12 @@ # # @since 0.3.2 def find_spec(include_note_body) spec = ::Evernote::EDAM::NoteStore::NotesMetadataResultSpec.new spec.includeTitle = true + spec.includeContentLength = true + spec.includeCreated = true + spec.includeUpdated = true spec end end end end \ No newline at end of file