Class: Evernote::EDAM::NoteStore::NoteStore::UpdateResource_result
- Inherits:
-
Object
- Object
- Evernote::EDAM::NoteStore::NoteStore::UpdateResource_result
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/Evernote/EDAM/note_store.rb
Constant Summary collapse
- SUCCESS =
0
- USEREXCEPTION =
1
- SYSTEMEXCEPTION =
2
- NOTFOUNDEXCEPTION =
3
- FIELDS =
{ SUCCESS => {:type => ::Thrift::Types::I32, :name => 'success'}, 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} }
Constants included from Thrift::Struct_Union
Thrift::Struct_Union::CONTAINER_TYPES
Instance Method Summary collapse
Methods included from Thrift::Struct
#<=>, #==, #differences, #eql?, field_accessor, #fields_with_default_values, generate_accessors, #hash, #initialize, #inspect, qmark_isset_method, #read, #write
Methods included from Thrift::Struct_Union
#each_field, #field_info, #inspect_collection, #inspect_field, #is_container?, #name_to_id, #read_field, #sorted_field_ids, #write_container, #write_data
Instance Method Details
#struct_fields ⇒ Object
4539 |
# File 'lib/Evernote/EDAM/note_store.rb', line 4539 def struct_fields; FIELDS; end |
#validate ⇒ Object
4541 4542 |
# File 'lib/Evernote/EDAM/note_store.rb', line 4541 def validate end |