# File lib/fog/brightbox/models/compute/accounts.rb, line 9 def all(options = {}) data = service.list_accounts(options) load(data) end