lib/fastly/response_object.rb in fastly-1.1.2 vs lib/fastly/response_object.rb in fastly-1.1.3
- old
+ new
@@ -1,21 +1,21 @@
class Fastly
# Set up a response object. Best used with conditions.
class ResponseObject < BelongsToServiceAndVersion
attr_accessor :service_id, :name, :cache_condition, :request_condition, :status, :response, :content, :content_type
- ##
+ ##
# :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 response object
##
@@ -30,15 +30,15 @@
# Name of the request condition used to test whether this response object
# should be used.
##
# :attr: status
- #
+ #
# The HTTP status code, defaults to 200
##
# :attr: response
- #
+ #
# The HTTP response, defaults to "Ok"
##
# :attr: content
#