Module: Brightbytes::Sendgrid::ClassMethods

Defined in:
lib/brightbytes/sendgrid.rb

Instance Method Summary collapse

Instance Method Details

#sendgridObject



44
45
46
# File 'lib/brightbytes/sendgrid.rb', line 44

def sendgrid
  @sendgrid ||= Brightbytes::Sendgrid::SmtpApiHeader.new(Brightbytes::Sendgrid.config.sendgrid.data)
end