Method: Inch::API::Suggest#objects

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

#objectsArray

Returns the @options.object_count objects the API suggests.

Returns:

  • (Array)

    the @options.object_count objects the API suggests



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

def objects
  filter_objects_to_display
end