class Docusign::RequestCorrectToken

{www.docusign.net/API/3.0}RequestCorrectToken

envelopeID - SOAP::SOAPString
suppressNavigation - SOAP::SOAPBoolean
returnURL - SOAP::SOAPString

Attributes

envelopeID[RW]
returnURL[RW]
suppressNavigation[RW]

Public Class Methods

new(envelopeID = nil, suppressNavigation = nil, returnURL = nil) click to toggle source
# File lib/docusign/docusign.rb, line 3302
def initialize(envelopeID = nil, suppressNavigation = nil, returnURL = nil)
  @envelopeID = envelopeID
  @suppressNavigation = suppressNavigation
  @returnURL = returnURL
end