class Skala::PrimoAdapter::SoapApi
Attributes
adapter[RW]
Public Class Methods
new(adapter)
click to toggle source
# File lib/skala/primo_adapter/soap_api.rb, line 8 def initialize(adapter) self.adapter = adapter end
Public Instance Methods
searchBrief(*args)
click to toggle source
# File lib/skala/primo_adapter/soap_api.rb, line 12 def searchBrief(*args) self.class::SearchBrief.new(adapter).call(*args) end