Method: Parse::API::Aggregate#aggregate_uri_path

Defined in:
lib/parse/api/aggregate.rb

#aggregate_uri_path(className) ⇒ String

Get the API path for this class.

Parameters:

  • className (String)

    the name of the Parse collection.

Returns:

  • (String)

    the API uri path



41
42
43
# File 'lib/parse/api/aggregate.rb', line 41

def aggregate_uri_path(className)
  self.class.aggregate_uri_path(className)
end