Class: Philiprehberger::Pool::PoolEntry
- Inherits:
-
Struct
- Object
- Struct
- Philiprehberger::Pool::PoolEntry
- Defined in:
- lib/philiprehberger/pool.rb
Instance Attribute Summary collapse
-
#last_used ⇒ Object
Returns the value of attribute last_used.
-
#resource ⇒ Object
Returns the value of attribute resource.
Instance Attribute Details
#last_used ⇒ Object
Returns the value of attribute last_used
13 14 15 |
# File 'lib/philiprehberger/pool.rb', line 13 def last_used @last_used end |
#resource ⇒ Object
Returns the value of attribute resource
13 14 15 |
# File 'lib/philiprehberger/pool.rb', line 13 def resource @resource end |