Sha256: af03d3aa6c0bef01882c6cdc9a40525b060f9a2f5365fe0a67fc6205a4df22c1

Contents?: true

Size: 125 Bytes

Versions: 5

Compression:

Stored size: 125 Bytes

Contents

class SendGrid::Config
  attr_accessor :dummy_recipient

  def initialize
    @dummy_recipient = "dummy@email.com"
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sendgrid-rails-3.1.0 lib/send_grid/config.rb
sendgrid-rails-3.0.0 lib/send_grid/config.rb
sendgrid-rails-2.0.5 lib/send_grid/config.rb
sendgrid-rails-2.0.4 lib/send_grid/config.rb
sendgrid-rails-2.0.3 lib/send_grid/config.rb