lib/postman_mta.rb in postman_mta-0.1.9 vs lib/postman_mta.rb in postman_mta-0.2.0
- old
+ new
@@ -3,9 +3,10 @@
module PostmanMta
module Utils
autoload :Signature, 'postman_mta/utils/signature'
autoload :SignedRequest, 'postman_mta/utils/signed_request'
+ autoload :SendfileUrl, 'postman_mta/utils/sendfile_url'
end
autoload :ApiClient, 'postman_mta/api_client'
autoload :ApiRequest, 'postman_mta/api_request'