Class: DropboxApi::Metadata::SharedFolder
- Defined in:
- lib/dropbox_api/metadata/shared_folder.rb
Overview
NOTE: We should have a test to cover the initialization of this object. Sample:
".tag" => "complete",
"access_type" => {".tag"=>"owner",
"is_team_folder" => false,
"policy" => {
"acl_update_policy" => { ".tag" => "owner" },
"shared_link_policy" => { ".tag" => "anyone" }
},
"path_lower" => "/folder_a",
"name" => "folder_a",
"shared_folder_id" => "1231266557",
"time_invited" => "2016-06-04T10:00:35Z"
}
Method Summary
Methods inherited from Base
each_field, field, #initialize
Constructor Details
This class inherits a constructor from DropboxApi::Metadata::Base