Sha256: b9f581d0c8a1c2ce16c6c0bf1ef3af2011a57becadaa1a53dc6167badd7a19f0

Contents?: true

Size: 207 Bytes

Versions: 96

Compression:

Stored size: 207 Bytes

Contents

require 'google_search_service'

class SearchController < ApplicationController
  wsdl_service_name 'GoogleSearch'
  web_service_dispatching_mode :delegated
  web_service :beta3, GoogleSearchService.new
end

Version data entries

96 entries across 96 versions & 28 rubygems

Version Path
jstorimer-deep-test-1.3.0 sample_rails_project/vendor/rails/actionwebservice/examples/googlesearch/delegated/search_controller.rb
jstorimer-deep-test-1.2.0 sample_rails_project/vendor/rails/actionwebservice/examples/googlesearch/delegated/search_controller.rb
jstorimer-deep-test-1.1.0 sample_rails_project/vendor/rails/actionwebservice/examples/googlesearch/delegated/search_controller.rb
jstorimer-deep-test-1.0.0 sample_rails_project/vendor/rails/actionwebservice/examples/googlesearch/delegated/search_controller.rb
jstorimer-deep-test-0.2.0 sample_rails_project/vendor/rails/actionwebservice/examples/googlesearch/delegated/search_controller.rb
jstorimer-deep-test-0.1.0 sample_rails_project/vendor/rails/actionwebservice/examples/googlesearch/delegated/search_controller.rb
actionwebservice-0.6.1 examples/googlesearch/delegated/search_controller.rb
actionwebservice-0.6.2 examples/googlesearch/delegated/search_controller.rb
actionwebservice-0.6.0 examples/googlesearch/delegated/search_controller.rb
actionwebservice-0.5.0 examples/googlesearch/delegated/search_controller.rb
actionwebservice-0.7.0 examples/googlesearch/delegated/search_controller.rb
actionwebservice-0.7.1 examples/googlesearch/delegated/search_controller.rb
actionwebservice-1.1.1 examples/googlesearch/delegated/search_controller.rb
actionwebservice-1.1.0 examples/googlesearch/delegated/search_controller.rb
actionwebservice-0.8.1 examples/googlesearch/delegated/search_controller.rb
actionwebservice-0.8.0 examples/googlesearch/delegated/search_controller.rb
actionwebservice-0.9.1 examples/googlesearch/delegated/search_controller.rb
actionwebservice-0.9.2 examples/googlesearch/delegated/search_controller.rb
actionwebservice-0.9.3 examples/googlesearch/delegated/search_controller.rb
actionwebservice-0.9.4 examples/googlesearch/delegated/search_controller.rb