Changeset 1450
- Timestamp:
- 02/23/05 22:56:08 (4 years ago)
- Files:
-
- trunk/lib/soap/rpc/driver.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/soap/rpc/driver.rb
r1410 r1450 103 103 end 104 104 105 def inspect106 "#<#{self.class}:#{@proxy.inspect}>"107 end108 109 105 def add_rpc_method(name, *params) 110 106 add_rpc_method_with_soapaction_as(name, name, @soapaction, *params)