# File lib/fog/shared_file_system/openstack/models/share.rb, line 45 def update(options = nil) requires :id merge_attributes(service.update_share(id, options || attributes).body['share']) self end