Sha256: abecc87a1eaa3a63fe08b781b0297994da79e97911a5ec2b39a26baa38d9c479

Contents?: true

Size: 225 Bytes

Versions: 14

Compression:

Stored size: 225 Bytes

Contents

# encoding: UTF-8
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

14 entries across 14 versions & 3 rubygems

Version Path
keeguon-actionwebservice-3.1.2 examples/googlesearch/delegated/search_controller.rb
keeguon-actionwebservice-3.1.1 examples/googlesearch/delegated/search_controller.rb
keeguon-actionwebservice-3.1.0 examples/googlesearch/delegated/search_controller.rb
keeguon-actionwebservice-3.0.20 examples/googlesearch/delegated/search_controller.rb
keeguon-actionwebservice-3.0.19 examples/googlesearch/delegated/search_controller.rb
keeguon-actionwebservice-3.0.17.4 examples/googlesearch/delegated/search_controller.rb
keeguon-actionwebservice-3.0.17.3 examples/googlesearch/delegated/search_controller.rb
keeguon-actionwebservice-3.0.17.2 examples/googlesearch/delegated/search_controller.rb
keeguon-actionwebservice-3.0.17.1 examples/googlesearch/delegated/search_controller.rb
keeguon-actionwebservice-3.0.17 examples/googlesearch/delegated/search_controller.rb
keeguon-actionwebservice-3.0.1 examples/googlesearch/delegated/search_controller.rb
axtro-actionwebservice-2.3.5.1.20101118142125 examples/googlesearch/delegated/search_controller.rb
rubyjedi-actionwebservice-2.3.5.20100714122544 examples/googlesearch/delegated/search_controller.rb
rubyjedi-actionwebservice-2.3.5.20100618223219 examples/googlesearch/delegated/search_controller.rb