Parent

Methods

Files

Class Index [+]

Quicksearch

SOAP::StreamHandler::ConnectionData

Attributes

send_string[RW]
send_contenttype[RW]
receive_string[RW]
receive_contenttype[RW]
is_fault[RW]
is_nocontent[RW]
soapaction[RW]

Public Class Methods

new(send_string = nil) click to toggle source
    # File lib/soap/streamHandler.rb, line 37
37:     def initialize(send_string = nil)
38:       @send_string = send_string
39:       @send_contenttype = nil
40:       @receive_string = nil
41:       @receive_contenttype = nil
42:       @is_fault = false
43:       @is_nocontent = false
44:       @soapaction = nil
45:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.