lib/fastly/service.rb in fastly-2.5.2 vs lib/fastly/service.rb in fastly-2.5.3

- old
+ new

@@ -1,9 +1,10 @@ # Service object class Fastly # Represents something you want to serve - this can be, for example, a whole web site, a Wordpress site, or just your image servers class Service < Base - attr_accessor :id, :customer_id, :name, :comment, :versions + attr_accessor :id, :customer_id, :name, :comment + attr_writer :versions @versions = [] ## # :attr: id