# File lib/fog/ecloud/models/compute/organization.rb, line 22
        def tags
          @tags ||= Fog::Compute::Ecloud::Tags.new(:connection => connection, :href => "/cloudapi/ecloud/deviceTags/organizations/#{id}")
        end