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

Methods

Included Modules

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

Constants

SUCCESS = 0
SYSTEMEXCEPTION = 1
NOTFOUNDEXCEPTION = 2
FIELDS = { SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => Evernote::EDAM::Type::Notebook}, SYSTEMEXCEPTION => {:type => ::Thrift::Types::STRUCT, :name => 'systemException', :class => Evernote::EDAM::Error::EDAMSystemException}, NOTFOUNDEXCEPTION => {:type => ::Thrift::Types::STRUCT, :name => 'notFoundException', :class => Evernote::EDAM::Error::EDAMNotFoundException}

Public Instance methods

[Source]

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

[Source]

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

[Validate]