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

- old
+ new

@@ -1,35 +1,35 @@ class Fastly # An internal representation of a Varnish Configuration Language file class VCL < BelongsToServiceAndVersion attr_accessor :service_id, :name, :content, :comment, :main - ## + ## # :attr: service_id - # + # # The id of the service this belongs to. - # + # ## # :attr: name # # The name of the uploaded VCL # - ## + ## # :attr: version - # + # # The number of the version this belongs to. - # + # - ## + ## # :attr: content - # + # # The content of this VCL - # + # - ## - # :attr: comment - # + ## + # :attr: comment + # # a free form comment field # ## # :attr: main