Method: Gruf::Client#timeout

Defined in:
lib/gruf/client.rb

#timeoutInteger|NilClass

Returns the currently set timeout on the client stub



108
109
110
# File 'lib/gruf/client.rb', line 108

def timeout
  __getobj__.instance_variable_get(:@timeout)
end