class Fastly::DynamicSnippet

VCL Snippets are blocks of VCL logic inserted into your service’s configuration that don’t require custom VCL.

def self.get_path(object)

def self.get_path(object)
  "/service/#{object.service_id}/snippet/#{object.snippet_id}"
end

def self.put_path(object)

def self.put_path(object)
  get_path(object)
end