# File lib/fog/softlayer/requests/storage/get_containers.rb, line 5
        def get_containers(options = {})
          response = Excon::Response.new
          response.body = _format_containers(@containers)
          response.status = 200
          response
        end