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

Methods

Included Modules

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

Constants

SUCCESS = 0
USEREXCEPTION = 1
SYSTEMEXCEPTION = 2
NOTFOUNDEXCEPTION = 3
FIELDS = { SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRUCT, :class => Evernote::EDAM::Type::Tag}}, USEREXCEPTION => {:type => ::Thrift::Types::STRUCT, :name => 'userException', :class => Evernote::EDAM::Error::EDAMUserException}, 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 2209
2209:                       def struct_fields; FIELDS; end

[Source]

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

[Validate]