Class: Celsius::Primo::SoapApi

Inherits:
Object
  • Object
show all
Defined in:
lib/celsius/primo/soap_api.rb

Defined Under Namespace

Classes: Searcher

Instance Method Summary collapse

Constructor Details

#initialize(options = {}) ⇒ SoapApi

Returns a new instance of SoapApi.



7
8
9
10
# File 'lib/celsius/primo/soap_api.rb', line 7

def initialize(options = {})
  options = deep_stringify(options)
  @searcher_url = options["searcher_url"]
end

Instance Method Details

#searcherObject



12
13
14
# File 'lib/celsius/primo/soap_api.rb', line 12

def searcher
  Searcher.new(@searcher_url)
end