Sha256: 9d5cf8ab07fae1174f6112770cdbdc7e96b0e5757be050b0d54a1f96de8e0bf9
Contents?: true
Size: 543 Bytes
Versions: 16
Compression:
Stored size: 543 Bytes
Contents
<%# name: Katello Content View description: Example payload for content_view_*.event.foreman snippet: false model: WebhookTemplate -%> # # Example webhook template, @object carries Action instance. # For more information about available helpers visit /templates_doc # # Content view id <%= @object.id %> # Content view name <%= @object.name %> # Content view label <%= @object.label %> # Organization id <%= @object.organization.id %> # Organization name <%= @object.organization.name %> # Organization label <%= @object.organization.label %>
Version data entries
16 entries across 16 versions & 1 rubygems