Sha256: 49a34230d0f7bb8b2eb5f11687a313d202786ddf8bba6dfb141df8250c2aeb94

Contents?: true

Size: 737 Bytes

Versions: 1

Compression:

Stored size: 737 Bytes

Contents

# The LibrarySolution class represents programmatic access to a
# TLC Library.Solution v3.3.5 OPAC.
# The new method takes two arguments:
# * the web server domain - default "demo.tlcdelivers.com"
# * the configuration name - default "pac"
# e.g. - ls = TLC::LibrarySolution.new('demo.tlcdelivers.com', 'pac')

# Example using the TLC demo server and Da Vinci Code:

# require 'librarysolution'

# ls = TLC::LibrarySolution.new('demo.tlcdelivers.com')

# puts "0385504209"
# puts "rn"
# puts ls.get_recordnumber("0385504209")
# puts "url"
# puts ls.get_url("0385504209")
# puts "link"
# puts ls.get_link("0385504209")
# puts "xml"
# puts ls.get_avail("0385504209", :isbn)
# puts "has?"
# puts ls.has?("0385504209")

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
LibrarySolution-0.1.0 README