# File lib/fog/network/openstack/models/port.rb, line 27 def update requires :id, :network_id merge_attributes(service.update_port(id, attributes).body['port']) self end