HammerCLIForeman::SearchablesAbstractOptionBuilder
it adds id with description of the id param from resource’s show action
# File lib/hammer_cli_foreman/option_builders.rb, line 271 def initialize(resource) @resource = resource end
# File lib/hammer_cli_foreman/option_builders.rb, line 277 def build(builder_params={}) [ option("--id", "ID", description("id", :show)) ] end
[Validate]
Generated with the Darkfish Rdoc Generator 2.