Method: Parse::Webhooks::Payload#object
- Defined in:
- lib/parse/webhooks/payload.rb
#object ⇒ Hash
In a beforeSave, this attribute is the final object that will be persisted.
64 |
# File 'lib/parse/webhooks/payload.rb', line 64 attr_accessor :master, :user, :installation_id, :params, :function_name, :object, :trigger_name |