Sha256: 23e62440640dd4157fa020e545a60e44e1ef9288e5238909fb9622342c5e4ba7
Contents?: true
Size: 581 Bytes
Versions: 5
Compression:
Stored size: 581 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' autoload :ApiRequest, 'postman_mta/api_request' mattr_accessor :api_key mattr_accessor :api_secret mattr_accessor :api_endpoint # This block will be executed before request, and return value will be merged to params hash mattr_accessor :before_request_hook def self.setup yield self end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
postman_mta-0.1.9 | lib/postman_mta.rb |
postman_mta-0.1.8 | lib/postman_mta.rb |
postman_mta-0.1.7 | lib/postman_mta.rb |
postman_mta-0.1.6 | lib/postman_mta.rb |
postman_mta-0.1.5 | lib/postman_mta.rb |