Sha256: d7391f70f70cab5f8eff82404881eb910969e405050cec903ef93e402422d944
Contents?: true
Size: 520 Bytes
Versions: 10
Compression:
Stored size: 520 Bytes
Contents
class Fastly # An internal representation of a Varnish Configuration Language file class VCL < BelongsToServiceAndVersion attr_accessor :service_id, :name, :content, :comment ## # :attr: service_id # # The id of the service this belongs to. # ## # :attr: version # # The number of the version this belongs to. # ## # :attr: content # # The content of this VCL # ## # :attr: comment # # a free form comment field end end
Version data entries
10 entries across 10 versions & 1 rubygems