Methods
- C
- N
Attributes
| [R] | data | |
| [R] | header | |
| [R] | method | |
| [R] | path | |
| [R] | proto |
Class Public methods
new(data, method=nil, path=nil, proto=nil)
Link
Source: show
# File lib/xmlrpc/httpserver.rb, line 46 def initialize(data, method=nil, path=nil, proto=nil) @header, @data = Table.new, data @method, @path, @proto = method, path, proto end
Instance Public methods