Sha256: bc54a1f070e443338f610ca49b4bb599a38797c978abd8a3ae19e5fd642fefc2

Contents?: true

Size: 462 Bytes

Versions: 1

Compression:

Stored size: 462 Bytes

Contents

class Fastly
  # A logical group of directors - for example the asset server directors from all your DCNs
  class Origin < BelongsToServiceAndVersion
    attr_accessor :service_id, :name, :comment

    ## 
    # :attr: service_id
    # 
    # The id of the service this belongs to.
    # 

    ## 
    # :attr: version
    # 
    # The number of the version this belongs to.
    # 

    ## 
    # :attr: name
    # 
    # The domain name of this domain
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fastly-0.5 lib/fastly/origin.rb