lib/fastly/director.rb in fastly-1.01 vs lib/fastly/director.rb in fastly-1.1.0

- old
+ new

@@ -1,9 +1,9 @@ class Fastly # A logical collection of backends - for example all the asset servers in one data center class Director < BelongsToServiceAndVersion - attr_accessor :service_id, :name, :type, :comment, :retries, :capacity, :quorom + attr_accessor :service_id, :name, :type, :comment, :retries, :capacity, :quorum ## # :attr: service # # The id of the service this belongs to. @@ -58,6 +58,6 @@ def delete_backend(backend) hash = fetcher.client.delete(Fastly::Director.put_path(self)+"/backend/#{backend.name}") return !hash.nil? end end -end \ No newline at end of file +end