# File lib/fog/ecloud/models/compute/locations.rb, line 15
        def all
          data = connection.get_organization(href).body[:Locations][:Location]
          load(data)
        end