class HTTP::Response::Caching
def received_at
-
(Time)
- the time at which this response was received
def received_at @received_at ||= Time.now end
(Time)
- the time at which this response was received
def received_at @received_at ||= Time.now end