Class: Philiprehberger::Pool::PoolEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/philiprehberger/pool.rb

Instance Attribute Summary collapse

Instance Attribute Details

#last_usedObject

Returns the value of attribute last_used

Returns:

  • (Object)

    the current value of last_used



13
14
15
# File 'lib/philiprehberger/pool.rb', line 13

def last_used
  @last_used
end

#resourceObject

Returns the value of attribute resource

Returns:

  • (Object)

    the current value of resource



13
14
15
# File 'lib/philiprehberger/pool.rb', line 13

def resource
  @resource
end