class Evernote::EDAM::Type::NoteAttributes
The list of optional attributes that can be stored on a note. <dl> <dt>subjectDate</dt>
<dd>time that the note refers to </dd>
<dt>latitude</dt>
<dd>the latitude where the note was taken </dd>
<dt>longitude</dt>
<dd>the longitude where the note was taken </dd>
<dt>altitude</dt>
<dd>the altitude where the note was taken </dd>
<dt>author</dt>
<dd>the author of the content of the note <br/> Length: EDAM_ATTRIBUTE_LEN_MIN - EDAM_ATTRIBUTE_LEN_MAX </dd>
<dt>source</dt>
<dd>the method that the note was added to the account, if the note wasn't directly authored in an Evernote client. <br/> Length: EDAM_ATTRIBUTE_LEN_MIN - EDAM_ATTRIBUTE_LEN_MAX </dd>
<dt>sourceURL</dt>
<dd>the original location where the resource was hosted <br/> Length: EDAM_ATTRIBUTE_LEN_MIN - EDAM_ATTRIBUTE_LEN_MAX </dd>
<dt>sourceApplication</dt>
<dd>an identifying string for the application that created this note. This string does not have a guaranteed syntax or structure -- it is intended for human inspection and tracking. <br/> Length: EDAM_ATTRIBUTE_LEN_MIN - EDAM_ATTRIBUTE_LEN_MAX </dd>
</dl>
Constants
- ALTITUDE
- AUTHOR
- FIELDS
- LATITUDE
- LONGITUDE
- SOURCE
- SOURCEAPPLICATION
- SOURCEURL
- SUBJECTDATE
Public Instance Methods
struct_fields()
click to toggle source
# File build/evernote-mode-6YHuyP/evernote-mode-0.41/ruby/Evernote/EDAM/types_types.rb, line 917 def struct_fields; FIELDS; end
validate()
click to toggle source
# File build/evernote-mode-6YHuyP/evernote-mode-0.41/ruby/Evernote/EDAM/types_types.rb, line 919 def validate end