Parent

Included Modules

Files

Class Index [+]

Quicksearch

Evernote::EDAM::Type::NoteAttributes

The list of optional attributes that can be stored on a note.

subjectDate

  <dd>time that the note refers to
  </dd>

latitude

  <dd>the latitude where the note was taken
  </dd>

longitude

  <dd>the longitude where the note was taken
  </dd>

altitude

  <dd>the altitude where the note was taken
  </dd>

author

  <dd>the author of the content of the note
  <br/>
  Length:  EDAM_ATTRIBUTE_LEN_MIN - EDAM_ATTRIBUTE_LEN_MAX
  </dd>

source

  <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>

sourceURL

  <dd>the original location where the resource was hosted
  <br/>
  Length:  EDAM_ATTRIBUTE_LEN_MIN - EDAM_ATTRIBUTE_LEN_MAX
  </dd>

sourceApplication

  <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>

Constants

SUBJECTDATE
LATITUDE
LONGITUDE
ALTITUDE
AUTHOR
SOURCE
SOURCEURL
SOURCEAPPLICATION
FIELDS

Public Instance Methods

struct_fields() click to toggle source
     # File /tmp/buildd/evernote-mode-0.10/ruby/lib/Evernote/EDAM/types_types.rb, line 917
917:               def struct_fields; FIELDS; end
validate() click to toggle source
     # File /tmp/buildd/evernote-mode-0.10/ruby/lib/Evernote/EDAM/types_types.rb, line 919
919:               def validate
920:               end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.