Class: DropboxApi::Metadata::BasicAccount

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

Overview

NOTE: We should have a test to cover the initialization of this object. Sample: {

"account_id": "dbid:AAH4f99T0taONIb-OurWxbNQ6ywGRopQngc",
"name": {
    "given_name": "Franz",
    "surname": "Ferdinand",
    "familiar_name": "Franz",
    "display_name": "Franz Ferdinand (Personal)"
},
"email": "[email protected]",
"email_verified": true,
"disabled": false,
"is_teammate": true,
"profile_photo_url": "https://dl-web.dropbox.com/account_photo/get/dbid%3AAAH4f99T0taONIb-OurWxbNQ6ywGRopQngc?vers=1453416696524&size=128x128",
"team_member_id": "dbmid:AAHhy7WsR0x-u4ZCqiDl5Fz5zvuL3kmspwU"

}

Method Summary

Methods inherited from Base

each_field, field, #initialize

Constructor Details

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