Class Evernote::EDAM::NoteStore::NoteStore::GetSyncChunk_args
In: ruby/lib/Evernote/EDAM/note_store.rb
Parent: Object

Methods

Included Modules

::Thrift::Struct ::Thrift::Struct_Union

Constants

AUTHENTICATIONTOKEN = 1
AFTERUSN = 2
MAXENTRIES = 3
FULLSYNCONLY = 4
FIELDS = { AUTHENTICATIONTOKEN => {:type => ::Thrift::Types::STRING, :name => 'authenticationToken'}, AFTERUSN => {:type => ::Thrift::Types::I32, :name => 'afterUSN'}, MAXENTRIES => {:type => ::Thrift::Types::I32, :name => 'maxEntries'}, FULLSYNCONLY => {:type => ::Thrift::Types::BOOL, :name => 'fullSyncOnly'}

Public Instance methods

[Source]

      # File ruby/lib/Evernote/EDAM/note_store.rb, line 1883
1883:                       def struct_fields; FIELDS; end

[Source]

      # File ruby/lib/Evernote/EDAM/note_store.rb, line 1885
1885:                       def validate
1886:                       end

[Validate]