class Docusign::EnvelopeSettings
{www.docusign.net/API/3.0}EnvelopeSettings
autoNavigation - SOAP::SOAPBoolean envelopeIdStamping - SOAP::SOAPBoolean
Attributes
envelopeIdStamping[RW]
Public Class Methods
new(autoNavigation = nil, envelopeIdStamping = nil)
click to toggle source
# File lib/docusign/docusign.rb, line 1098 def initialize(autoNavigation = nil, envelopeIdStamping = nil) @autoNavigation = autoNavigation @envelopeIdStamping = envelopeIdStamping end