class Sendgrid::Web::Configurator

Attributes

password[RW]
root_url[RW]
username[RW]

Public Class Methods

new() { |self| ... } click to toggle source
# File lib/sendgrid/web/configurator.rb, line 4
def initialize(&block)
  self.root_url = 'https://sendgrid.com'
  yield self if block_given?
end