Parent

Included Modules

Files

Class Index [+]

Quicksearch

Evernote::EDAM::Type::ResourceAttributes

Structure holding the optional attributes of a Resource

sourceURL

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

timestamp

  <dd>the date and time that is associated with this resource
  (e.g. the time embedded in an image from a digital camera with a clock)
  </dd>

latitude

  <dd>the latitude where the resource was captured
  </dd>

longitude

  <dd>the longitude where the resource was captured
  </dd>

altitude

  <dd>the altitude where the resource was captured
  </dd>

cameraMake

  <dd>information about an image's camera, e.g. as embedded in
  the image's EXIF data
  <br/>
  Length:  EDAM_ATTRIBUTE_LEN_MIN - EDAM_ATTRIBUTE_LEN_MAX
  </dd>

cameraModel

  <dd>information about an image's camera, e.g. as embedded
  in the image's EXIF data
  <br/>
  Length:  EDAM_ATTRIBUTE_LEN_MIN - EDAM_ATTRIBUTE_LEN_MAX
  </dd>

clientWillIndex

  <dd>if true, then the original client that submitted
  the resource plans to submit the recognition index for this resource at a
  later time.
  </dd>

recoType

  <dd>DEPRECATED - this field is no longer set by the service, so should
    be ignored.
  </dd>

fileName

  <dd>if the resource came from a source that provided an
  explicit file name, the original name will be stored here.  Many resources
  come from unnamed sources, so this will not always be set.
  </dd>

attachment

  <dd>this will be true if the resource is a Premium file attachment.  This
  will be available within the search grammar so that you can identify
  notes that contain attachments.
  </dd>

Constants

SOURCEURL
TIMESTAMP
LATITUDE
LONGITUDE
ALTITUDE
CAMERAMAKE
CAMERAMODEL
CLIENTWILLINDEX
RECOTYPE
FILENAME
ATTACHMENT
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 726
726:               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 728
728:               def validate
729:               end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.