Class: SOAP::NetHttpClient::SessionManager
- Defined in:
- lib/soap/netHttpClient.rb
Instance Attribute Summary collapse
-
#connect_timeout ⇒ Object
Returns the value of attribute connect_timeout.
-
#receive_timeout ⇒ Object
Returns the value of attribute receive_timeout.
-
#send_timeout ⇒ Object
Returns the value of attribute send_timeout.
Instance Attribute Details
#connect_timeout ⇒ Object
Returns the value of attribute connect_timeout.
215 216 217 |
# File 'lib/soap/netHttpClient.rb', line 215 def connect_timeout @connect_timeout end |
#receive_timeout ⇒ Object
Returns the value of attribute receive_timeout.
217 218 219 |
# File 'lib/soap/netHttpClient.rb', line 217 def receive_timeout @receive_timeout end |
#send_timeout ⇒ Object
Returns the value of attribute send_timeout.
216 217 218 |
# File 'lib/soap/netHttpClient.rb', line 216 def send_timeout @send_timeout end |