class Docusign::EnvelopeStatus
{www.docusign.net/API/3.0}EnvelopeStatus
recipientStatuses - Docusign::ArrayOfRecipientStatus timeGenerated - SOAP::SOAPDateTime envelopeID - SOAP::SOAPString subject - SOAP::SOAPString userName - SOAP::SOAPString email - SOAP::SOAPString status - Docusign::EnvelopeStatusCode created - SOAP::SOAPDateTime deleted - SOAP::SOAPDateTime sent - SOAP::SOAPDateTime delivered - SOAP::SOAPDateTime signed - SOAP::SOAPDateTime completed - SOAP::SOAPDateTime declined - SOAP::SOAPDateTime timedOut - SOAP::SOAPDateTime aCStatus - SOAP::SOAPString aCStatusDate - SOAP::SOAPDateTime aCHolder - SOAP::SOAPString aCHolderEmail - SOAP::SOAPString aCHolderLocation - SOAP::SOAPString signingLocation - Docusign::SigningLocationCode senderIPAddress - SOAP::SOAPString envelopePDFHash - SOAP::SOAPString customFields - Docusign::ArrayOfCustomField vaultingDetails - Docusign::VaultingDetails autoNavigation - SOAP::SOAPBoolean envelopeIdStamping - SOAP::SOAPBoolean authoritativeCopy - SOAP::SOAPBoolean envelopeAttachment - Docusign::ArrayOfAttachment documentStatuses - Docusign::ArrayOfDocumentStatus formData - Docusign::FormData
Attributes
aCHolder[RW]
aCHolderEmail[RW]
aCHolderLocation[RW]
aCStatus[RW]
aCStatusDate[RW]
completed[RW]
created[RW]
customFields[RW]
declined[RW]
deleted[RW]
delivered[RW]
documentStatuses[RW]
email[RW]
envelopeAttachment[RW]
envelopeID[RW]
envelopeIdStamping[RW]
envelopePDFHash[RW]
formData[RW]
recipientStatuses[RW]
senderIPAddress[RW]
sent[RW]
signed[RW]
signingLocation[RW]
status[RW]
subject[RW]
timeGenerated[RW]
timedOut[RW]
userName[RW]
vaultingDetails[RW]
Public Class Methods
new(recipientStatuses = nil, timeGenerated = nil, envelopeID = nil, subject = nil, userName = nil, email = nil, status = nil, created = nil, deleted = nil, sent = nil, delivered = nil, signed = nil, completed = nil, declined = nil, timedOut = nil, aCStatus = nil, aCStatusDate = nil, aCHolder = nil, aCHolderEmail = nil, aCHolderLocation = nil, signingLocation = nil, senderIPAddress = nil, envelopePDFHash = nil, customFields = nil, vaultingDetails = nil, autoNavigation = nil, envelopeIdStamping = nil, authoritativeCopy = nil, envelopeAttachment = nil, documentStatuses = nil, formData = nil)
click to toggle source
# File lib/docusign/docusign.rb, line 739 def initialize(recipientStatuses = nil, timeGenerated = nil, envelopeID = nil, subject = nil, userName = nil, email = nil, status = nil, created = nil, deleted = nil, sent = nil, delivered = nil, signed = nil, completed = nil, declined = nil, timedOut = nil, aCStatus = nil, aCStatusDate = nil, aCHolder = nil, aCHolderEmail = nil, aCHolderLocation = nil, signingLocation = nil, senderIPAddress = nil, envelopePDFHash = nil, customFields = nil, vaultingDetails = nil, autoNavigation = nil, envelopeIdStamping = nil, authoritativeCopy = nil, envelopeAttachment = nil, documentStatuses = nil, formData = nil) @recipientStatuses = recipientStatuses @timeGenerated = timeGenerated @envelopeID = envelopeID @subject = subject @userName = userName @email = email @status = status @created = created @deleted = deleted @sent = sent @delivered = delivered @signed = signed @completed = completed @declined = declined @timedOut = timedOut @aCStatus = aCStatus @aCStatusDate = aCStatusDate @aCHolder = aCHolder @aCHolderEmail = aCHolderEmail @aCHolderLocation = aCHolderLocation @signingLocation = signingLocation @senderIPAddress = senderIPAddress @envelopePDFHash = envelopePDFHash @customFields = customFields @vaultingDetails = vaultingDetails @autoNavigation = autoNavigation @envelopeIdStamping = envelopeIdStamping @authoritativeCopy = authoritativeCopy @envelopeAttachment = envelopeAttachment @documentStatuses = documentStatuses @formData = formData end