Sha256: 88d925bf6f2563fe12da7bea9f6fdcc26eb71603d578ab6e481d8174a35f1f9d
Contents?: true
Size: 215 Bytes
Versions: 5
Compression:
Stored size: 215 Bytes
Contents
require 'zoom' ZOOM::Connection.open('z3950.loc.gov', 7090) do |conn| conn.database_name = 'Voyager' conn.preferred_record_syntax = 'USMARC' rset = conn.search('@attr 1=7 0253333490') p rset[0] end
Version data entries
5 entries across 5 versions & 2 rubygems
Version | Path |
---|---|
alexandria-zoom-0.6.0 | sample/hello.rb |
zoom-0.5.0 | sample/hello.rb |
zoom-0.3.0 | sample/hello.rb |
zoom-0.4.0 | sample/hello.rb |
zoom-0.4.1 | sample/hello.rb |