Method: OryClient::Message#dispatches
- Defined in:
- lib/ory-client/models/message.rb
#dispatches ⇒ Object
Dispatches store information about the attempts of delivering a message May contain an error if any happened, or just the ‘success` state.
26 27 28 |
# File 'lib/ory-client/models/message.rb', line 26 def dispatches @dispatches end |