Object
# File lib/typhoeus/service.rb, line 3 def initialize(host, port) @host = host @port = port end
# File lib/typhoeus/service.rb, line 17 def delete(resource, params) end
# File lib/typhoeus/service.rb, line 8 def get(resource, params) end
# File lib/typhoeus/service.rb, line 14 def post(resource, params) end
# File lib/typhoeus/service.rb, line 11 def put(resource, params) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.