Object
# File lib/hammer_cli_foreman/id_resolver.rb, line 5 def initialize(name, description, options={}) @name = name @description = description @editable = options[:editable].nil? ? true : options[:editable] end
# File lib/hammer_cli_foreman/id_resolver.rb, line 13 def editable? @editable end
[Validate]
Generated with the Darkfish Rdoc Generator 2.