Sha256: 08175d5ccd14df796b5b49f96a87890f96d240d0b2e38553c8cb14141e1ed87c

Contents?: true

Size: 822 Bytes

Versions: 2

Compression:

Stored size: 822 Bytes

Contents

class Fastly
  # customize gzipping content.
  class Gzip < BelongsToServiceAndVersion
    attr_accessor :service_id, :name, :extensions, :content_types, :cache_condition

        ##
        # :attr: service_id
        #
        # The id of the service this belongs to.

        ##
        # :attr: version
        #
        # The number of the version this belongs to.

        ##
        # :attr: name
        #
        # The name of the condition

	##
	# :attr: extensions
	#
	# File extensions to be gzipped. Seems to want them in a list like
	# "js css html"

	##
	# :attr: content_types
	#
	# Content types to be gzipped. Seems to want them in a list like
	# "text/html application/x-javascript"

	##
	# :attr" cache_condition
	#
	# Cache condition to be used to determine when to apply this gzip setting

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fastly-1.1.4 lib/fastly/gzip.rb
fastly-1.1.3 lib/fastly/gzip.rb