# File lib/fog/ecloud/models/compute/group.rb, line 16 def edit(options = {}) options[:uri] = href data = connection.groups_edit(options).body end