# File lib/fog/softlayer/account.rb, line 33 def initialize(options={}) @brands = [] @accounts = [{'id' => 1}] super(options) end