Class/Module Index [+]

Quicksearch

Chef::IndexQueue::Indexable::ClassMethods

Public Instance Methods

index_object_type(explicit_type_name=nil) click to toggle source
# 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
reset_index_metadata!() click to toggle source

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.