Class: SOAP::NetHttpClient::SessionManager

Inherits:
Object
  • Object
show all
Defined in:
lib/soap/netHttpClient.rb

Instance Attribute Summary collapse

Instance Attribute Details

#connect_timeoutObject

Returns the value of attribute connect_timeout.



205
206
207
# File 'lib/soap/netHttpClient.rb', line 205

def connect_timeout
  @connect_timeout
end

#receive_timeoutObject

Returns the value of attribute receive_timeout.



207
208
209
# File 'lib/soap/netHttpClient.rb', line 207

def receive_timeout
  @receive_timeout
end

#send_timeoutObject

Returns the value of attribute send_timeout.



206
207
208
# File 'lib/soap/netHttpClient.rb', line 206

def send_timeout
  @send_timeout
end