Class: Thrift::BufferedTransport
- Inherits:
-
Object
- Object
- Thrift::BufferedTransport
- Defined in:
- lib/thrift_client/thrift.rb
Instance Method Summary collapse
Instance Method Details
#timeout ⇒ Object
16 17 18 |
# File 'lib/thrift_client/thrift.rb', line 16 def timeout @transport.timeout end |
#timeout=(timeout) ⇒ Object
12 13 14 |
# File 'lib/thrift_client/thrift.rb', line 12 def timeout=(timeout) @transport.timeout = timeout end |