class SendGrid::Settings
Constants
- SETTING_TYPES
Attributes
sendgrid_client[RW]
Public Class Methods
new(sendgrid_client:)
click to toggle source
# File lib/sendgrid/helpers/settings/settings.rb, line 13 def initialize(sendgrid_client:) @sendgrid_client = sendgrid_client end