# File lib/fog/ecloud/models/compute/organization.rb, line 14 def locations @locations ||= Fog::Compute::Ecloud::Locations.new( :connection => connection, :href => href ) end