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.



213
214
215
# File 'lib/soap/netHttpClient.rb', line 213

def connect_timeout
  @connect_timeout
end

#receive_timeoutObject

Returns the value of attribute receive_timeout.



215
216
217
# File 'lib/soap/netHttpClient.rb', line 215

def receive_timeout
  @receive_timeout
end

#send_timeoutObject

Returns the value of attribute send_timeout.



214
215
216
# File 'lib/soap/netHttpClient.rb', line 214

def send_timeout
  @send_timeout
end