Sha256: b27bfb374196c0fb7a16c68e92c5dee3f1257441b90685069dc8a10a7311a279
Contents?: true
Size: 243 Bytes
Versions: 10
Compression:
Stored size: 243 Bytes
Contents
module Typhoeus class Response module Cacheable # Set the cache status, if we got response from cache # it will have cached? == true attr_writer :cached def cached? !!@cached end end end end
Version data entries
10 entries across 10 versions & 2 rubygems