class HTTP::Response::Caching

def received_at

Returns:
  • (Time) - the time at which this response was received
def received_at
  @received_at ||= Time.now
end