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