class Fastly::Director
def add_backend(backend)
Add a Backend object to a Director
def add_backend(backend) hash = fetcher.client.post("#{Director.put_path(self)}/backend/#{backend.name}") !hash.nil? end
def add_backend(backend) hash = fetcher.client.post("#{Director.put_path(self)}/backend/#{backend.name}") !hash.nil? end