Class: Pod4::ConnectionPool::PoolItem

Inherits:
Struct
  • Object
show all
Defined in:
lib/pod4/connection_pool.rb

Instance Attribute Summary collapse

Instance Attribute Details

#clientObject

Returns the value of attribute client

Returns:

  • (Object)

    the current value of client



14
15
16
# File 'lib/pod4/connection_pool.rb', line 14

def client
  @client
end

#thread_idObject

Returns the value of attribute thread_id

Returns:

  • (Object)

    the current value of thread_id



14
15
16
# File 'lib/pod4/connection_pool.rb', line 14

def thread_id
  @thread_id
end