Sha256: 220203b50a07db9c5312829b0d46e2f78608c39cdedd1ab98e96944af909ab6a
Contents?: true
Size: 493 Bytes
Versions: 12
Compression:
Stored size: 493 Bytes
Contents
class Fastly # A domain name you want to map to a service class Domain < 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 # ## # :attr: comment # # a free form comment field end end
Version data entries
12 entries across 12 versions & 1 rubygems