class Docusign::RequestSenderToken

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

envelopeID - SOAP::SOAPString
accountID - SOAP::SOAPString
returnURL - SOAP::SOAPString

Attributes

accountID[RW]
envelopeID[RW]
returnURL[RW]

Public Class Methods

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