Class: HammerCLIForemanWebhooks::WebhookTemplate::DumpCommand

Inherits:
HammerCLIForeman::InfoCommand
  • Object
show all
Defined in:
lib/hammer_cli_foreman_webhooks/webhook_template.rb

Instance Method Summary collapse

Instance Method Details



70
71
72
# File 'lib/hammer_cli_foreman_webhooks/webhook_template.rb', line 70

def print_data(webhook_template)
  puts webhook_template['template']
end