Class: Thrift::BaseTransport

Inherits:
Object
  • Object
show all
Defined in:
lib/thrift_client/thrift.rb

Direct Known Subclasses

EventMachineTransport

Instance Method Summary collapse

Instance Method Details

#timeoutObject



6
7
8
# File 'lib/thrift_client/thrift.rb', line 6

def timeout
  nil
end

#timeout=(timeout) ⇒ Object



3
4
# File 'lib/thrift_client/thrift.rb', line 3

def timeout=(timeout)
end