# File lib/fog/rackspace/models/load_balancers/load_balancer.rb, line 31
        def initialize(attributes)
          #HACK - Since we are hacking how sub-collections work, we have to make sure the connection is valid first.
          @connection = attributes[:connection]
          super
        end