lib/fastly/header.rb in fastly-1.1.2 vs lib/fastly/header.rb in fastly-1.1.3

- old
+ new

@@ -1,21 +1,21 @@ class Fastly # customize headers. Best used with conditions. class Header < BelongsToServiceAndVersion attr_accessor :service_id, :name, :action, :cache_condition, :request_condition, :response_condition, :ignore_if_set, :type, :dst, :src, :substitution, :priority, :regexp - ## + ## # :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 header setting ## @@ -45,11 +45,11 @@ ## # :attr: dst # # Header to set - ## + ## # :attr: src # # Variable to be used as a source for the header content. Does not apply # to the 'delete' action. @@ -59,10 +59,10 @@ # Regular expression to use with the 'regex' and 'regex_repeat' actions. ## # :attr: substitution # - # Value to substitute in place of regular expression. (Only applies to + # Value to substitute in place of regular expression. (Only applies to # 'regex' and 'regex_repeat'.) ## # :attr: priority #