class DropboxApi::Metadata::Folder

Example of a serialized {Folder} object:

“`json {

"name": "arizona_baby",
"path_lower": "/arizona_baby",
"path_display": "/arizona_baby",
"id": "id:7eWkV5hcfzAAAAAAAAAAAQ"

} “`

Public Instance Methods

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