class Docusign::Credential::RequestCorrectToken
{www.docusign.net/API/Credential}RequestCorrectToken
email - SOAP::SOAPString password - SOAP::SOAPString envelopeID - SOAP::SOAPString suppressNavigation - SOAP::SOAPBoolean returnURL - SOAP::SOAPString
Attributes
email[RW]
envelopeID[RW]
password[RW]
returnURL[RW]
Public Class Methods
new(email = nil, password = nil, envelopeID = nil, suppressNavigation = nil, returnURL = nil)
click to toggle source
# File lib/docusign/credential.rb, line 176 def initialize(email = nil, password = nil, envelopeID = nil, suppressNavigation = nil, returnURL = nil) @email = email @password = password @envelopeID = envelopeID @suppressNavigation = suppressNavigation @returnURL = returnURL end