Sha256: 0631647d06cbb408e22620f012d1e11d7e3a7cedd02d95815b14fc622dc7d687
Contents?: true
Size: 342 Bytes
Versions: 3
Compression:
Stored size: 342 Bytes
Contents
require 'rubygems' require 'vortex_client' vortex = Vortex::Connection.new("https://www-dav.uio.no/") no_right_margin = '<hideAdditionalContent ' + 'xmlns="http://www.uio.no/vrtx/__vrtx/ns/structured-resources">true</hideAdditionalContent>' vortex.find('/konv/om/profil/', :recursive=>true)do|item| item.proppatch(no_right_margin) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vortex_client-0.7.3 | examples/no_right_margin.rb |
vortex_client-0.7.2 | examples/no_right_margin.rb |
vortex_client-0.7.0 | examples/no_right_margin.rb |