Sha256: 3b57f553d1ec7836698bbbee3971778f7c579cd629b609d9587d69583c39d23b
Contents?: true
Size: 158 Bytes
Versions: 12
Compression:
Stored size: 158 Bytes
Contents
module Octoparts module Model class CacheControl attr_accessor :no_store, :no_cache, :expires_at, :etag, :last_modified end end end
Version data entries
12 entries across 12 versions & 1 rubygems