Method: Fastly::LoggingPapertrailResponse#placement
- Defined in:
- lib/fastly/models/logging_papertrail_response.rb
#placement ⇒ Object
Where in the generated VCL the logging call should be placed. If not set, endpoints with ‘format_version` of 2 are placed in `vcl_log` and those with `format_version` of 1 are placed in `vcl_deliver`.
20 21 22 |
# File 'lib/fastly/models/logging_papertrail_response.rb', line 20 def placement @placement end |