Module: Brightbytes::Sendgrid
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/brightbytes/sendgrid.rb,
lib/brightbytes/sendgrid/config.rb,
lib/brightbytes/sendgrid/version.rb,
lib/brightbytes/sendgrid/unsubscribe.rb,
lib/brightbytes/sendgrid/smtp_api_header.rb
Defined Under Namespace
Modules: ClassMethods
Classes: Config, SmtpApiHeader, Unsubscribe
Constant Summary
collapse
- VERSION =
"0.1.3"
Class Method Summary
collapse
Class Method Details
55
56
57
|
# File 'lib/brightbytes/sendgrid.rb', line 55
def configure
yield(self.config) if block_given?
end
|