# File lib/chef/index_queue/indexable.rb, line 28 def index_object_type(explicit_type_name=nil) @index_object_type = explicit_type_name.to_s if explicit_type_name @index_object_type end
Resets all metadata used for indexing to nil. Used for testing
# File lib/chef/index_queue/indexable.rb, line 34 def reset_index_metadata! @index_object_type = nil end
[Validate]
Generated with the Darkfish Rdoc Generator 2.