module DocuSign_Click
#DocuSign Click REST API
#The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign.
OpenAPI spec version: v2 Contact: devcenter@docusign.com Generated by: github.com/swagger-api/swagger-codegen.git
#DocuSign Click API
#DocuSign Click lets you capture consent to standard agreement terms with a single click: terms and conditions, terms of service, terms of use, privacy policies, and more. The Click API lets you include this customizable clickwrap solution in your DocuSign integrations.
OpenAPI spec version: v1 Contact: devcenter@docusign.com Generated by: github.com/swagger-api/swagger-codegen.git
Constants
- VERSION
Public Class Methods
Customize default settings for the SDK using block.
DocuSign_Click.configure do |config| config.username = "xxx" config.password = "xxx" end
If no block given, return the default Configuration
object.
# File lib/docusign_click.rb, line 54 def configure if block_given? yield(Configuration.default) else Configuration.default end end