class Fastly::Version

def activate!

Activate this version
def activate!
  hash = fetcher.client.put("#{Version.put_path(self)}/activate")
  !hash.nil?
end