Class: DropboxApi::Metadata::PhotoMetadata

Inherits:
Base
  • Object
show all
Defined in:
lib/dropbox_api/metadata/photo_metadata.rb

Overview

Example of a serialized PhotoMetadata object:

{
  ".tag": "photo",
  "dimensions": {
    "height": 1500,
    "width": 1500
  },
  "location": {
    "latitude": 10.123456,
    "longitude": 5.123456
  }
  "time_taken": "2016-09-04T17:00:27Z"
}

Method Summary

Methods inherited from Base

field, #initialize, #serialized_field, #to_hash

Constructor Details

This class inherits a constructor from DropboxApi::Metadata::Base