# File lib/fog/network/openstack/models/router.rb, line 31
        def update
          requires :id
          response = service.update_router(id, options)
          merge_attributes(response.body['router'])
          self
        end