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

Methods

Included Modules

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

Constants

SUCCESS = 0
USEREXCEPTION = 1
NOTFOUNDEXCEPTION = 2
SYSTEMEXCEPTION = 3
FIELDS = { SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => Evernote::EDAM::UserStore::AuthenticationResult}, USEREXCEPTION => {:type => ::Thrift::Types::STRUCT, :name => 'userException', :class => Evernote::EDAM::Error::EDAMUserException}, NOTFOUNDEXCEPTION => {:type => ::Thrift::Types::STRUCT, :name => 'notFoundException', :class => Evernote::EDAM::Error::EDAMNotFoundException}, SYSTEMEXCEPTION => {:type => ::Thrift::Types::STRUCT, :name => 'systemException', :class => Evernote::EDAM::Error::EDAMSystemException}

Public Instance methods

[Source]

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

[Source]

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

[Validate]