In Files

  • soap/streamHandler.rb

Parent

Methods

Class/Module Index [+]

Quicksearch

SOAP::StreamHandler::ConnectionData

Attributes

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

Public Class Methods

new(send_string = nil) click to toggle source
 
               # File soap/streamHandler.rb, line 33
def initialize(send_string = nil)
  @send_string = send_string
  @send_contenttype = nil
  @receive_string = nil
  @receive_contenttype = nil
  @is_fault = false
  @soapaction = nil
end