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.
739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 |
# 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, = 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.
724 725 726 |
# File 'lib/docusign/docusign.rb', line 724 def aCHolder @aCHolder end |
#aCHolderEmail ⇒ Object
Returns the value of attribute aCHolderEmail.
725 726 727 |
# File 'lib/docusign/docusign.rb', line 725 def aCHolderEmail @aCHolderEmail end |
#aCHolderLocation ⇒ Object
Returns the value of attribute aCHolderLocation.
726 727 728 |
# File 'lib/docusign/docusign.rb', line 726 def aCHolderLocation @aCHolderLocation end |
#aCStatus ⇒ Object
Returns the value of attribute aCStatus.
722 723 724 |
# File 'lib/docusign/docusign.rb', line 722 def aCStatus @aCStatus end |
#aCStatusDate ⇒ Object
Returns the value of attribute aCStatusDate.
723 724 725 |
# File 'lib/docusign/docusign.rb', line 723 def aCStatusDate @aCStatusDate end |
#authoritativeCopy ⇒ Object
Returns the value of attribute authoritativeCopy.
734 735 736 |
# File 'lib/docusign/docusign.rb', line 734 def @authoritativeCopy end |
#autoNavigation ⇒ Object
Returns the value of attribute autoNavigation.
732 733 734 |
# File 'lib/docusign/docusign.rb', line 732 def @autoNavigation end |
#completed ⇒ Object
Returns the value of attribute completed.
719 720 721 |
# File 'lib/docusign/docusign.rb', line 719 def completed @completed end |
#created ⇒ Object
Returns the value of attribute created.
714 715 716 |
# File 'lib/docusign/docusign.rb', line 714 def created @created end |
#customFields ⇒ Object
Returns the value of attribute customFields.
730 731 732 |
# File 'lib/docusign/docusign.rb', line 730 def customFields @customFields end |
#declined ⇒ Object
Returns the value of attribute declined.
720 721 722 |
# File 'lib/docusign/docusign.rb', line 720 def declined @declined end |
#deleted ⇒ Object
Returns the value of attribute deleted.
715 716 717 |
# File 'lib/docusign/docusign.rb', line 715 def deleted @deleted end |
#delivered ⇒ Object
Returns the value of attribute delivered.
717 718 719 |
# File 'lib/docusign/docusign.rb', line 717 def delivered @delivered end |
#documentStatuses ⇒ Object
Returns the value of attribute documentStatuses.
736 737 738 |
# File 'lib/docusign/docusign.rb', line 736 def documentStatuses @documentStatuses end |
#email ⇒ Object
Returns the value of attribute email.
712 713 714 |
# File 'lib/docusign/docusign.rb', line 712 def email @email end |
#envelopeAttachment ⇒ Object
Returns the value of attribute envelopeAttachment.
735 736 737 |
# File 'lib/docusign/docusign.rb', line 735 def envelopeAttachment @envelopeAttachment end |
#envelopeID ⇒ Object
Returns the value of attribute envelopeID.
709 710 711 |
# File 'lib/docusign/docusign.rb', line 709 def envelopeID @envelopeID end |
#envelopeIdStamping ⇒ Object
Returns the value of attribute envelopeIdStamping.
733 734 735 |
# File 'lib/docusign/docusign.rb', line 733 def envelopeIdStamping @envelopeIdStamping end |
#envelopePDFHash ⇒ Object
Returns the value of attribute envelopePDFHash.
729 730 731 |
# File 'lib/docusign/docusign.rb', line 729 def envelopePDFHash @envelopePDFHash end |
#formData ⇒ Object
Returns the value of attribute formData.
737 738 739 |
# File 'lib/docusign/docusign.rb', line 737 def formData @formData end |
#recipientStatuses ⇒ Object
Returns the value of attribute recipientStatuses.
707 708 709 |
# File 'lib/docusign/docusign.rb', line 707 def recipientStatuses @recipientStatuses end |
#senderIPAddress ⇒ Object
Returns the value of attribute senderIPAddress.
728 729 730 |
# File 'lib/docusign/docusign.rb', line 728 def senderIPAddress @senderIPAddress end |
#sent ⇒ Object
Returns the value of attribute sent.
716 717 718 |
# File 'lib/docusign/docusign.rb', line 716 def sent @sent end |
#signed ⇒ Object
Returns the value of attribute signed.
718 719 720 |
# File 'lib/docusign/docusign.rb', line 718 def signed @signed end |
#signingLocation ⇒ Object
Returns the value of attribute signingLocation.
727 728 729 |
# File 'lib/docusign/docusign.rb', line 727 def signingLocation @signingLocation end |
#status ⇒ Object
Returns the value of attribute status.
713 714 715 |
# File 'lib/docusign/docusign.rb', line 713 def status @status end |
#subject ⇒ Object
Returns the value of attribute subject.
710 711 712 |
# File 'lib/docusign/docusign.rb', line 710 def subject @subject end |
#timedOut ⇒ Object
Returns the value of attribute timedOut.
721 722 723 |
# File 'lib/docusign/docusign.rb', line 721 def timedOut @timedOut end |
#timeGenerated ⇒ Object
Returns the value of attribute timeGenerated.
708 709 710 |
# File 'lib/docusign/docusign.rb', line 708 def timeGenerated @timeGenerated end |
#userName ⇒ Object
Returns the value of attribute userName.
711 712 713 |
# File 'lib/docusign/docusign.rb', line 711 def userName @userName end |
#vaultingDetails ⇒ Object
Returns the value of attribute vaultingDetails.
731 732 733 |
# File 'lib/docusign/docusign.rb', line 731 def vaultingDetails @vaultingDetails end |