Method: RIQ::Event#data
- Defined in:
- lib/riq/event.rb
#data ⇒ Hash
Returns all relevant stored data.
22 23 24 25 26 27 28 |
# File 'lib/riq/event.rb', line 22 def data { subject: @subject, body: @body, participant_ids: @participant_ids } end |