Sha256: 0b174ee36dc7f12a98d50f49b3ab126b1bb6f07914d586b5ff8d64001b17e024

Contents?: true

Size: 865 Bytes

Versions: 1

Compression:

Stored size: 865 Bytes

Contents

require 'oj'
require 'httparty'

module Sendgrid
  module Web
    autoload :VERSION,        'sendgrid/web/version'
    autoload :Configurator,   'sendgrid/web/configurator'
    autoload :Client,         'sendgrid/web/client'
    autoload :Blocks,         'sendgrid/web/blocks'
    autoload :Bounces,        'sendgrid/web/bounces'
    autoload :FilterCommands, 'sendgrid/web/filter_commands'
    autoload :InvalidEmails,  'sendgrid/web/invalid_emails'
    autoload :Mail,           'sendgrid/web/mail'
    autoload :Credentials,    'sendgrid/web/credentials'
    autoload :ParseWebhookSettings, 'sendgrid/web/parse_webhook_settings'
    autoload :Profile,        'sendgrid/web/profile'
    autoload :SpamReports,    'sendgrid/web/spam_reports'
    autoload :Unsubscribes,   'sendgrid/web/unsubscribes'
    autoload :Response,       'sendgrid/web/response'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sendgrid-web-0.0.6 lib/sendgrid/web.rb