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 375
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 384
def extend_data(record)
  record
end
send_request() click to toggle source
# 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.