HammerCLIForeman::SingleResourceCommand
# File lib/hammer_cli_foreman/commands.rb, line 375 def self.command_name(name=nil) super(name) || "info" end
# File lib/hammer_cli_foreman/commands.rb, line 384 def extend_data(record) record end
# File lib/hammer_cli_foreman/commands.rb, line 388 def print_data(record) print_record(output_definition, record) end
# File lib/hammer_cli_foreman/commands.rb, line 379 def send_request record = super extend_data(record) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.