Sha256: b297bfa6fff8b67b032f7b9719e6573a47d9408afe9c9c9a7eaf4e8037c49fb2
Contents?: true
Size: 271 Bytes
Versions: 6796
Compression:
Stored size: 271 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? defined?(@cached) ? !!@cached : false end end end end
Version data entries
6,796 entries across 6,793 versions & 26 rubygems