class DropboxApi::Metadata::File

Example of a serialized {File} object:

“`json {

".tag": "file",
"name": "Prime_Numbers.txt",
"path_lower": "/homework/math/prime_numbers.txt",
"path_display": "/Homework/math/Prime_Numbers.txt",
"id": "id:a4ayc_80_OEAAAAAAAAAXw",
"client_modified": "2015-05-12T15:50:38Z",
"server_modified": "2015-05-12T15:50:38Z",
"rev": "a1c10ce0dd78",
"size": 7212,
"sharing_info": {
  "read_only": true,
  "parent_shared_folder_id": "84528192421",
  "modified_by": "dbid:AAH4f99T0taONIb-OurWxbNQ6ywGRopQngc"
}

} “`

Public Instance Methods

to_hash() click to toggle source
Calls superclass method DropboxApi::Metadata::Base#to_hash
# File lib/dropbox_api/metadata/file.rb, line 36
def to_hash
  super.merge('.tag' => 'file')
end