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

Version Path
fastly-1.1.0 lib/fastly/vcl.rb
fastly-1.01 lib/fastly/vcl.rb
fastly-1.00 lib/fastly/vcl.rb
fastly-0.99 lib/fastly/vcl.rb
fastly-0.98 lib/fastly/vcl.rb
fastly-0.97 lib/fastly/vcl.rb
fastly-0.96 lib/fastly/vcl.rb
fastly-0.95 lib/fastly/vcl.rb
fastly-0.9 lib/fastly/vcl.rb
fastly-0.5 lib/fastly/vcl.rb