# 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