class DropboxApi::Results::BasicAccountBatch

Public Class Methods

new(accounts) click to toggle source
Calls superclass method
# File lib/dropbox_api/results/basic_account_batch.rb, line 4
def initialize(accounts)
  super(accounts.map { |a| DropboxApi::Metadata::BasicAccount.new a })
end