Method: Inch::API::Suggest#all_objects

Defined in:
lib/inch/api/suggest.rb

#all_objectsArray

Returns all the objects that match @options.

Returns:

  • (Array)

    all the objects that match @options



23
24
25
# File 'lib/inch/api/suggest.rb', line 23

def all_objects
  relevant_objects
end