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

Version Path
octoparts-0.1.3 lib/octoparts/model/cache_control.rb
octoparts-0.1.1 lib/octoparts/model/cache_control.rb
octoparts-0.1.0 lib/octoparts/model/cache_control.rb
octoparts-0.0.9 lib/octoparts/model/cache_control.rb
octoparts-0.0.8 lib/octoparts/model/cache_control.rb
octoparts-0.0.7 lib/octoparts/model/cache_control.rb
octoparts-0.0.6 lib/octoparts/model/cache_control.rb
octoparts-0.0.5 lib/octoparts/model/cache_control.rb
octoparts-0.0.4 lib/octoparts/model/cache_control.rb
octoparts-0.0.3 lib/octoparts/model/cache_control.rb
octoparts-0.0.2 lib/octoparts/model/cache_control.rb
octoparts-0.0.1 lib/octoparts/model/cache_control.rb