Sha256: 2de73d30c2d5472defa82326b3f862bf1e8149f69dfec38bf2495ce51b7c04f1

Contents?: true

Size: 315 Bytes

Versions: 13

Compression:

Stored size: 315 Bytes

Contents

module Thrift
  class BufferedTransport
    def timeout=(timeout)
      @transport.timeout = timeout
    end

    def timeout
      @transport.timeout
    end
  end

  module Client
    def timeout=(timeout)
      @iprot.trans.timeout = timeout
    end

    def timeout
      @iprot.trans.timeout
    end
  end
end

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
fl-thrift_client-0.4.2 lib/thrift_client/thrift.rb
thrift_client-0.6.2 lib/thrift_client/thrift.rb
thrift_client-0.6.1 lib/thrift_client/thrift.rb
thrift_client-0.6.0 lib/thrift_client/thrift.rb
thrift_client-0.5.0 lib/thrift_client/thrift.rb
thrift_client-0.4.7 lib/thrift_client/thrift.rb
thrift_client-0.4.6 lib/thrift_client/thrift.rb
thrift_client-0.4.5 lib/thrift_client/thrift.rb
thrift_client-0.4.4 lib/thrift_client/thrift.rb
thrift_client-0.4.3 lib/thrift_client/thrift.rb
thrift_client-0.4.2 lib/thrift_client/thrift.rb
thrift_client-0.4.1 lib/thrift_client/thrift.rb
thrift_client-0.4.0 lib/thrift_client/thrift.rb