Module: Brightbytes::Sendgrid::ClassMethods

Defined in:
lib/brightbytes/sendgrid.rb

Instance Method Summary collapse

Instance Method Details

#sendgridObject



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

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