# File lib/hammer_cli_foreman/smart_proxy.rb, line 107 def print_data(record) print_record(output_definition, record) end
# File lib/hammer_cli_foreman/smart_proxy.rb, line 95 def request_params opts = super opts['dryrun'] = option_dryrun? || false opts end
# File lib/hammer_cli_foreman/smart_proxy.rb, line 101 def transform_format(data) # Overriding the default behavior that tries to remove nesting # when there's only {"message": "..."} data end