Class: Pinot::HttpClient::PoolEntry
- Inherits:
-
Struct
- Object
- Struct
- Pinot::HttpClient::PoolEntry
- Defined in:
- lib/pinot/transport.rb
Instance Attribute Summary collapse
-
#checked_in_at ⇒ Object
Returns the value of attribute checked_in_at.
-
#http ⇒ Object
Returns the value of attribute http.
Instance Attribute Details
#checked_in_at ⇒ Object
Returns the value of attribute checked_in_at
12 13 14 |
# File 'lib/pinot/transport.rb', line 12 def checked_in_at @checked_in_at end |
#http ⇒ Object
Returns the value of attribute http
12 13 14 |
# File 'lib/pinot/transport.rb', line 12 def http @http end |