Class/Module Index [+]

Quicksearch

HammerCLIForeman::InfoCommand

Public Class Methods

command_name(name=nil) click to toggle source
# File lib/hammer_cli_foreman/commands.rb, line 301
def self.command_name(name=nil)
  super(name) || "info"
end

Public Instance Methods

extend_data(record) click to toggle source
# File lib/hammer_cli_foreman/commands.rb, line 311
def extend_data(record)
  record
end
send_request() click to toggle source
# File lib/hammer_cli_foreman/commands.rb, line 305
def send_request
  data = super
  record = HammerCLIForeman.record_to_common_format(data)
  extend_data(record)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.