Method: Parse::Cloud::Function#call
- Defined in:
- lib/parse/cloud.rb
#call(params = {}) ⇒ Object
16 17 18 19 20 |
# File 'lib/parse/cloud.rb', line 16 def call(params={}) response = Parse.client.post(self.uri, params.to_json) result = response["result"] result end |