Sha256: 63013d683f0cb3411f825f9f861f378ff8a0feeb669d66f84454cdd89776c390

Contents?: true

Size: 192 Bytes

Versions: 4

Compression:

Stored size: 192 Bytes

Contents

class Sendgrid::Web::Configurator
  attr_accessor :username, :password, :root_url

  def initialize(&block)
    self.root_url = 'https://sendgrid.com'
    yield self if block_given?
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sendgrid-web-0.1.0 lib/sendgrid/web/configurator.rb
sendgrid-web-0.0.7 lib/sendgrid/web/configurator.rb
sendgrid-web-0.0.6 lib/sendgrid/web/configurator.rb
sendgrid-web-0.0.5 lib/sendgrid/web/configurator.rb