Flowdock
method

new

Importance_0
v1_9_3_125 - Show latest stable - 0 notes - Class: Request
new(data, method=nil, path=nil, proto=nil) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/xmlrpc/httpserver.rb, line 53
    def initialize(data, method=nil, path=nil, proto=nil)
      @header, @data = Table.new, data
      @method, @path, @proto = method, path, proto
    end
Register or log in to add new notes.