module Mailgun

Module for interacting with the sweet Mailgun API.

See the Github documentation for full examples.

It's the version. Yeay!

Constants

VERSION

Attributes

api_key[RW]
api_version[RW]
domain[RW]
mailgun_host[RW]
protocol[RW]
test_mode[RW]

Public Class Methods

config()
Alias for: configure
configure() { |self| ... } click to toggle source
# File lib/mailgun.rb, line 32
def configure
  yield self
  true
end
Also aliased as: config