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