Class: Mailtrap::InboundSendResult
- Inherits:
-
Struct
- Object
- Struct
- Mailtrap::InboundSendResult
- Defined in:
- lib/mailtrap/inbound_send_result.rb
Overview
Data Transfer Object for the result of a reply, reply-all, or forward.
Instance Attribute Summary collapse
-
#message_ids ⇒ Array<String>
readonly
UUIDs of the sent messages, one per recipient.
Instance Attribute Details
#message_ids ⇒ Array<String> (readonly)
UUIDs of the sent messages, one per recipient
7 8 9 |
# File 'lib/mailtrap/inbound_send_result.rb', line 7 def @message_ids end |