lib/hello_sign/resource.rb in hellosign-ruby-sdk-3.7.5 vs lib/hello_sign/resource.rb in hellosign-ruby-sdk-3.7.6

- old
+ new

@@ -1,6 +1,5 @@ -# # The MIT License (MIT) # # Copyright (C) 2014 hellosign.com # # Permission is hereby granted, free of charge, to any person obtaining a copy @@ -18,11 +17,10 @@ # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -# require 'hello_sign/resource/base_resource' require 'hello_sign/resource/resource_array' require 'hello_sign/resource/template_draft' require 'hello_sign/resource/account' @@ -30,5 +28,6 @@ require 'hello_sign/resource/template' require 'hello_sign/resource/signature_request' require 'hello_sign/resource/team' require 'hello_sign/resource/unclaimed_draft' require 'hello_sign/resource/api_app' +require 'hello_sign/resource/bulk_send_job'