Class: Evernote::EDAM::NoteStore::NoteStore::GetResourceByHash_args
- Inherits:
-
Object
- Object
- Evernote::EDAM::NoteStore::NoteStore::GetResourceByHash_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/Evernote/EDAM/note_store.rb
Constant Summary collapse
- AUTHENTICATIONTOKEN =
1
- NOTEGUID =
2
- CONTENTHASH =
3
- WITHDATA =
4
- WITHRECOGNITION =
5
- WITHALTERNATEDATA =
6
- FIELDS =
{ AUTHENTICATIONTOKEN => {:type => ::Thrift::Types::STRING, :name => 'authenticationToken'}, NOTEGUID => {:type => ::Thrift::Types::STRING, :name => 'noteGuid'}, CONTENTHASH => {:type => ::Thrift::Types::STRING, :name => 'contentHash', :binary => true}, WITHDATA => {:type => ::Thrift::Types::BOOL, :name => 'withData'}, WITHRECOGNITION => {:type => ::Thrift::Types::BOOL, :name => 'withRecognition'}, WITHALTERNATEDATA => {:type => ::Thrift::Types::BOOL, :name => 'withAlternateData'} }
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
4605 |
# File 'lib/Evernote/EDAM/note_store.rb', line 4605 def struct_fields; FIELDS; end |
#validate ⇒ Object
4607 4608 |
# File 'lib/Evernote/EDAM/note_store.rb', line 4607 def validate end |