mailjet / mailjet-gem

[API v3] Mailjet official Ruby GEM
https://dev.mailjet.com
Other
130 stars 72 forks source link

Add public setter/getter for settings #220

Closed boardfish closed 3 years ago

boardfish commented 3 years ago

The setter works as the initializer does, but the getter works based on the configured API version so that we can still intuitively change the delivery method settings as described in #219.

Closes #219