lib/fastly/cache_setting.rb in fastly-1.1.2 vs lib/fastly/cache_setting.rb in fastly-1.1.3
- old
+ new
@@ -1,19 +1,19 @@
class Fastly
# customize cache handling. Best used with conditions.
class CacheSetting < BelongsToServiceAndVersion
attr_accessor :service_id, :name, :action, :cache_condition, :ttl, :stale_ttl
- ##
+ ##
# :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 gzip setting
##