Method: Libis::Services::Alma::WebService#initialize
- Defined in:
- lib/libis/services/alma/web_service.rb
#initialize(url = 'https://api-eu.hosted.exlibrisgroup.com/almaws/v1/bibs') ⇒ WebService
Returns a new instance of WebService.
13 14 15 |
# File 'lib/libis/services/alma/web_service.rb', line 13 def initialize(url = 'https://api-eu.hosted.exlibrisgroup.com/almaws/v1/bibs') configure(url) end |