mailslurp_client 15.16.21 → 15.16.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -3
- data/lib/mailslurp_client/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3059158f992d5b4169e5a148fad84d48d3a0b25f304204663c6a5fed35890546
|
|
4
|
+
data.tar.gz: d4c2d77e0afd394b01fecf8c8e19aaec037f0a6cd26282ec2091be6298681d04
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 24d8b0b9bc24797e178b18e425fac1c1b515a02221e96ef96b726bebdb61b55318c7bc6d7b5db31e0bce1e5454ba6f8b90ac4ebe8845a9b82eb8f26dd4842d5a
|
|
7
|
+
data.tar.gz: 76a4175a1892148d012e3a6db7d98c4a74427e015367149ebf8585f976985ceb08dc3abd8668255dd447eafc02da4ce096db7bcfcd965fd806ee129ad1aa19c5
|
data/README.md
CHANGED
|
@@ -219,10 +219,9 @@ inbox_controller.send_email(inbox.id, {
|
|
|
219
219
|
})
|
|
220
220
|
```
|
|
221
221
|
|
|
222
|
-
You can also use objects for most method options:
|
|
222
|
+
You can also use objects for most [method options](https://mailslurp.github.io/mailslurp-client-ruby/MailSlurpClient/SendEmailOptions.html):
|
|
223
223
|
|
|
224
224
|
```ruby
|
|
225
|
-
# for send options see https://github.com/mailslurp/mailslurp-client-ruby/blob/master/docs/SendEmailOptions
|
|
226
225
|
opts = {
|
|
227
226
|
send_email_options: MailSlurpClient::SendEmailOptions.new(
|
|
228
227
|
{
|
|
@@ -390,7 +389,7 @@ describe 'use MailSlurp ruby sdk to create email addresses then send and receive
|
|
|
390
389
|
inbox_2 = inbox_controller.create_inbox
|
|
391
390
|
|
|
392
391
|
# send email from inbox 1 to inbox 2 (you can send emails to any address)
|
|
393
|
-
# for send options see https://github.
|
|
392
|
+
# for send options see https://mailslurp.github.io/mailslurp-client-ruby/MailSlurpClient/SendEmailOptions.html
|
|
394
393
|
opts = {
|
|
395
394
|
send_email_options: MailSlurpClient::SendEmailOptions.new(
|
|
396
395
|
{
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mailslurp_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 15.16.
|
|
4
|
+
version: 15.16.22
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- mailslurp
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-02-
|
|
11
|
+
date: 2023-02-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Create emails addresses in Ruby then send and receive real emails and
|
|
14
14
|
attachments. See https://www.mailslurp.com/ruby/ for full Ruby documentation. Get
|