Class: HammerCLIForemanWebhooks::WebhookTemplate::DumpCommand
- Inherits:
-
HammerCLIForeman::InfoCommand
- Object
- HammerCLIForeman::InfoCommand
- HammerCLIForemanWebhooks::WebhookTemplate::DumpCommand
- Defined in:
- lib/hammer_cli_foreman_webhooks/webhook_template.rb
Instance Method Summary collapse
Instance Method Details
#print_data(webhook_template) ⇒ Object
70 71 72 |
# File 'lib/hammer_cli_foreman_webhooks/webhook_template.rb', line 70 def print_data(webhook_template) puts webhook_template['template'] end |