lib/fastly/syslog.rb in fastly-1.13.1 vs lib/fastly/syslog.rb in fastly-1.13.2

- old
+ new

@@ -1,8 +1,8 @@ class Fastly # An endpoint to stream syslogs to class Syslog < BelongsToServiceAndVersion - attr_accessor :service_id, :name, :comment, :ipv4, :ipv6, :hostname, :port, :token, :format, :format_version, :message_type, :response_conditions, :use_tls, :tls_hostname, :tls_ca_cert + attr_accessor :service_id, :name, :comment, :ipv4, :ipv6, :hostname, :port, :token, :format, :format_version, :message_type, :response_condition, :use_tls, :tls_hostname, :tls_ca_cert ## # :attr: service_id # # The id of the service this belongs to.