lib/postman_mta.rb in postman_mta-0.1.4 vs lib/postman_mta.rb in postman_mta-0.1.5

- old
+ new

@@ -6,9 +6,10 @@ 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