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



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

def client
  @client
end

#stampObject

Returns the value of attribute stamp



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

def stamp
  @stamp
end

#thread_idObject

Returns the value of attribute thread_id



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

def thread_id
  @thread_id
end