lib/fastly/s3_logging.rb in fastly-1.1.2 vs lib/fastly/s3_logging.rb in fastly-1.1.3
- old
+ new
@@ -1,22 +1,22 @@
class Fastly
# An s3 endpoint to stream logs to
class S3Logging < BelongsToServiceAndVersion
attr_accessor :service_id, :name, :bucket_name, :access_key, :secret_key, :path, :period, :gzip_level, :format, :response_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 for this s3 rule
##
# :attr: bucket_name
#