Sha256: 660893b2bf4563cb7594779327a075cd16230326c05938b2eff9f7f120b8f934

Contents?: true

Size: 397 Bytes

Versions: 4

Compression:

Stored size: 397 Bytes

Contents

require 'postman_mta/version'
require 'postman_mta/engine'

module PostmanMta
  module Utils
    autoload :Signature, 'postman_mta/utils/signature'
    autoload :SignedRequest, 'postman_mta/utils/signed_request'
  end

  autoload :ApiClient, 'postman_mta/api_client'

  mattr_accessor :api_key
  mattr_accessor :api_secret
  mattr_accessor :api_endpoint

  def self.setup
    yield self
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
postman_mta-0.1.3 lib/postman_mta.rb
postman_mta-0.1.2 lib/postman_mta.rb
postman_mta-0.1.1 lib/postman_mta.rb
postman_mta-0.1.0 lib/postman_mta.rb