class Celsius::Primo::SoapApi::Searcher
Public Class Methods
new(searcher_url)
click to toggle source
# File lib/celsius/primo/soap_api/searcher.rb, line 6 def initialize(searcher_url) raise ArgumentError, "searcher_url is missing!" unless searcher_url @searcher_url = searcher_url end
Public Instance Methods
searchBrief(*args)
click to toggle source
# File lib/celsius/primo/soap_api/searcher.rb, line 11 def searchBrief(*args) SearchBrief.new(@searcher_url).call(*args) end