Class: Docusign::EnvelopeStatus
- Inherits:
-
Object
- Object
- Docusign::EnvelopeStatus
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0EnvelopeStatus
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
- SOAP::SOAPBoolean
envelopeIdStamping - SOAP::SOAPBoolean
- SOAP::SOAPBoolean
envelopeAttachment - Docusign::ArrayOfAttachment
documentStatuses - Docusign::ArrayOfDocumentStatus
formData - Docusign::FormData
Instance Attribute Summary collapse
-
#aCHolder ⇒ Object
Returns the value of attribute aCHolder.
-
#aCHolderEmail ⇒ Object
Returns the value of attribute aCHolderEmail.
-
#aCHolderLocation ⇒ Object
Returns the value of attribute aCHolderLocation.
-
#aCStatus ⇒ Object
Returns the value of attribute aCStatus.
-
#aCStatusDate ⇒ Object
Returns the value of attribute aCStatusDate.
-
#authoritativeCopy ⇒ Object
Returns the value of attribute authoritativeCopy.
-
#autoNavigation ⇒ Object
Returns the value of attribute autoNavigation.
-
#completed ⇒ Object
Returns the value of attribute completed.
-
#created ⇒ Object
Returns the value of attribute created.
-
#customFields ⇒ Object
Returns the value of attribute customFields.
-
#declined ⇒ Object
Returns the value of attribute declined.
-
#deleted ⇒ Object
Returns the value of attribute deleted.
-
#delivered ⇒ Object
Returns the value of attribute delivered.
-
#documentStatuses ⇒ Object
Returns the value of attribute documentStatuses.
-
#email ⇒ Object
Returns the value of attribute email.
-
#envelopeAttachment ⇒ Object
Returns the value of attribute envelopeAttachment.
-
#envelopeID ⇒ Object
Returns the value of attribute envelopeID.
-
#envelopeIdStamping ⇒ Object
Returns the value of attribute envelopeIdStamping.
-
#envelopePDFHash ⇒ Object
Returns the value of attribute envelopePDFHash.
-
#formData ⇒ Object
Returns the value of attribute formData.
-
#recipientStatuses ⇒ Object
Returns the value of attribute recipientStatuses.
-
#senderIPAddress ⇒ Object
Returns the value of attribute senderIPAddress.
-
#sent ⇒ Object
Returns the value of attribute sent.
-
#signed ⇒ Object
Returns the value of attribute signed.
-
#signingLocation ⇒ Object
Returns the value of attribute signingLocation.
-
#status ⇒ Object
Returns the value of attribute status.
-
#subject ⇒ Object
Returns the value of attribute subject.
-
#timedOut ⇒ Object
Returns the value of attribute timedOut.
-
#timeGenerated ⇒ Object
Returns the value of attribute timeGenerated.
-
#userName ⇒ Object
Returns the value of attribute userName.
-
#vaultingDetails ⇒ Object
Returns the value of attribute vaultingDetails.
Instance Method Summary collapse
Constructor Details
#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) ⇒ EnvelopeStatus
Returns a new instance of EnvelopeStatus.
644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 |
# File 'lib/docusign/docusign.rb', line 644 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, = nil, envelopeIdStamping = nil, = 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 = @envelopeIdStamping = envelopeIdStamping @authoritativeCopy = @envelopeAttachment = envelopeAttachment @documentStatuses = documentStatuses @formData = formData end |
Instance Attribute Details
#aCHolder ⇒ Object
Returns the value of attribute aCHolder.
629 630 631 |
# File 'lib/docusign/docusign.rb', line 629 def aCHolder @aCHolder end |
#aCHolderEmail ⇒ Object
Returns the value of attribute aCHolderEmail.
630 631 632 |
# File 'lib/docusign/docusign.rb', line 630 def aCHolderEmail @aCHolderEmail end |
#aCHolderLocation ⇒ Object
Returns the value of attribute aCHolderLocation.
631 632 633 |
# File 'lib/docusign/docusign.rb', line 631 def aCHolderLocation @aCHolderLocation end |
#aCStatus ⇒ Object
Returns the value of attribute aCStatus.
627 628 629 |
# File 'lib/docusign/docusign.rb', line 627 def aCStatus @aCStatus end |
#aCStatusDate ⇒ Object
Returns the value of attribute aCStatusDate.
628 629 630 |
# File 'lib/docusign/docusign.rb', line 628 def aCStatusDate @aCStatusDate end |
#authoritativeCopy ⇒ Object
Returns the value of attribute authoritativeCopy.
639 640 641 |
# File 'lib/docusign/docusign.rb', line 639 def @authoritativeCopy end |
#autoNavigation ⇒ Object
Returns the value of attribute autoNavigation.
637 638 639 |
# File 'lib/docusign/docusign.rb', line 637 def @autoNavigation end |
#completed ⇒ Object
Returns the value of attribute completed.
624 625 626 |
# File 'lib/docusign/docusign.rb', line 624 def completed @completed end |
#created ⇒ Object
Returns the value of attribute created.
619 620 621 |
# File 'lib/docusign/docusign.rb', line 619 def created @created end |
#customFields ⇒ Object
Returns the value of attribute customFields.
635 636 637 |
# File 'lib/docusign/docusign.rb', line 635 def customFields @customFields end |
#declined ⇒ Object
Returns the value of attribute declined.
625 626 627 |
# File 'lib/docusign/docusign.rb', line 625 def declined @declined end |
#deleted ⇒ Object
Returns the value of attribute deleted.
620 621 622 |
# File 'lib/docusign/docusign.rb', line 620 def deleted @deleted end |
#delivered ⇒ Object
Returns the value of attribute delivered.
622 623 624 |
# File 'lib/docusign/docusign.rb', line 622 def delivered @delivered end |
#documentStatuses ⇒ Object
Returns the value of attribute documentStatuses.
641 642 643 |
# File 'lib/docusign/docusign.rb', line 641 def documentStatuses @documentStatuses end |
#email ⇒ Object
Returns the value of attribute email.
617 618 619 |
# File 'lib/docusign/docusign.rb', line 617 def email @email end |
#envelopeAttachment ⇒ Object
Returns the value of attribute envelopeAttachment.
640 641 642 |
# File 'lib/docusign/docusign.rb', line 640 def envelopeAttachment @envelopeAttachment end |
#envelopeID ⇒ Object
Returns the value of attribute envelopeID.
614 615 616 |
# File 'lib/docusign/docusign.rb', line 614 def envelopeID @envelopeID end |
#envelopeIdStamping ⇒ Object
Returns the value of attribute envelopeIdStamping.
638 639 640 |
# File 'lib/docusign/docusign.rb', line 638 def envelopeIdStamping @envelopeIdStamping end |
#envelopePDFHash ⇒ Object
Returns the value of attribute envelopePDFHash.
634 635 636 |
# File 'lib/docusign/docusign.rb', line 634 def envelopePDFHash @envelopePDFHash end |
#formData ⇒ Object
Returns the value of attribute formData.
642 643 644 |
# File 'lib/docusign/docusign.rb', line 642 def formData @formData end |
#recipientStatuses ⇒ Object
Returns the value of attribute recipientStatuses.
612 613 614 |
# File 'lib/docusign/docusign.rb', line 612 def recipientStatuses @recipientStatuses end |
#senderIPAddress ⇒ Object
Returns the value of attribute senderIPAddress.
633 634 635 |
# File 'lib/docusign/docusign.rb', line 633 def senderIPAddress @senderIPAddress end |
#sent ⇒ Object
Returns the value of attribute sent.
621 622 623 |
# File 'lib/docusign/docusign.rb', line 621 def sent @sent end |
#signed ⇒ Object
Returns the value of attribute signed.
623 624 625 |
# File 'lib/docusign/docusign.rb', line 623 def signed @signed end |
#signingLocation ⇒ Object
Returns the value of attribute signingLocation.
632 633 634 |
# File 'lib/docusign/docusign.rb', line 632 def signingLocation @signingLocation end |
#status ⇒ Object
Returns the value of attribute status.
618 619 620 |
# File 'lib/docusign/docusign.rb', line 618 def status @status end |
#subject ⇒ Object
Returns the value of attribute subject.
615 616 617 |
# File 'lib/docusign/docusign.rb', line 615 def subject @subject end |
#timedOut ⇒ Object
Returns the value of attribute timedOut.
626 627 628 |
# File 'lib/docusign/docusign.rb', line 626 def timedOut @timedOut end |
#timeGenerated ⇒ Object
Returns the value of attribute timeGenerated.
613 614 615 |
# File 'lib/docusign/docusign.rb', line 613 def timeGenerated @timeGenerated end |
#userName ⇒ Object
Returns the value of attribute userName.
616 617 618 |
# File 'lib/docusign/docusign.rb', line 616 def userName @userName end |
#vaultingDetails ⇒ Object
Returns the value of attribute vaultingDetails.
636 637 638 |
# File 'lib/docusign/docusign.rb', line 636 def vaultingDetails @vaultingDetails end |