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.
41 42 43 |
# File 'lib/parse/api/aggregate.rb', line 41 def aggregate_uri_path(className) self.class.aggregate_uri_path(className) end |