*** id: 8685f099-b938-46cc-9724-761014b9ca6c title: 'Relay::Messaging::SendResult' slug: /ruby/reference/messaging/send-result max-toc-depth: 3 ---------------- The `send` method returns an instance of this class, representing the result of a send operation. ## Properties | Property | Type | Description | | ------------ | ------- | --------------------------------------------------------------- | | `successful` | Boolean | Whether the send operation has successfully queued the message. | | `message_id` | String | The ID of the queued message. | | `code` | String | The Relay request code. `200` represents success. |