Class: Pinot::HttpClient::PoolEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/pinot/transport.rb

Instance Attribute Summary collapse

Instance Attribute Details

#checked_in_atObject

Returns the value of attribute checked_in_at

Returns:

  • (Object)

    the current value of checked_in_at



12
13
14
# File 'lib/pinot/transport.rb', line 12

def checked_in_at
  @checked_in_at
end

#httpObject

Returns the value of attribute http

Returns:

  • (Object)

    the current value of http



12
13
14
# File 'lib/pinot/transport.rb', line 12

def http
  @http
end