class SendGrid::Config

Attributes

dummy_recipient[RW]

Public Class Methods

new() click to toggle source
# File lib/send_grid/config.rb, line 4
def initialize
  @dummy_recipient = "dummy@email.com"
end