Method: WORLDCATAPI::Client#initialize
- Defined in:
- lib/worldcatapi/client.rb
#initialize(options = {}) ⇒ Client
The constructor which must be passed a valid base url for an oai service:
If you want to see debugging messages on STDERR use: :debug => true
26 27 28 29 |
# File 'lib/worldcatapi/client.rb', line 26 def initialize(={}) @debug = [:debug] @wskey = [:key] end |