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
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.
-
#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.
-
#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) ⇒ EnvelopeStatus
Returns a new instance of EnvelopeStatus.
557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 |
# File 'lib/docusign/docusign.rb', line 557 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) @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 = @envelopeIdStamping = envelopeIdStamping = @envelopeAttachment = envelopeAttachment end |
Instance Attribute Details
#aCHolder ⇒ Object
Returns the value of attribute aCHolder.
544 545 546 |
# File 'lib/docusign/docusign.rb', line 544 def aCHolder @aCHolder end |
#aCHolderEmail ⇒ Object
Returns the value of attribute aCHolderEmail.
545 546 547 |
# File 'lib/docusign/docusign.rb', line 545 def aCHolderEmail @aCHolderEmail end |
#aCHolderLocation ⇒ Object
Returns the value of attribute aCHolderLocation.
546 547 548 |
# File 'lib/docusign/docusign.rb', line 546 def aCHolderLocation @aCHolderLocation end |
#aCStatus ⇒ Object
Returns the value of attribute aCStatus.
542 543 544 |
# File 'lib/docusign/docusign.rb', line 542 def aCStatus @aCStatus end |
#aCStatusDate ⇒ Object
Returns the value of attribute aCStatusDate.
543 544 545 |
# File 'lib/docusign/docusign.rb', line 543 def aCStatusDate @aCStatusDate end |
#authoritativeCopy ⇒ Object
Returns the value of attribute authoritativeCopy.
554 555 556 |
# File 'lib/docusign/docusign.rb', line 554 def end |
#autoNavigation ⇒ Object
Returns the value of attribute autoNavigation.
552 553 554 |
# File 'lib/docusign/docusign.rb', line 552 def end |
#completed ⇒ Object
Returns the value of attribute completed.
539 540 541 |
# File 'lib/docusign/docusign.rb', line 539 def completed @completed end |
#created ⇒ Object
Returns the value of attribute created.
534 535 536 |
# File 'lib/docusign/docusign.rb', line 534 def created @created end |
#customFields ⇒ Object
Returns the value of attribute customFields.
550 551 552 |
# File 'lib/docusign/docusign.rb', line 550 def customFields @customFields end |
#declined ⇒ Object
Returns the value of attribute declined.
540 541 542 |
# File 'lib/docusign/docusign.rb', line 540 def declined @declined end |
#deleted ⇒ Object
Returns the value of attribute deleted.
535 536 537 |
# File 'lib/docusign/docusign.rb', line 535 def deleted @deleted end |
#delivered ⇒ Object
Returns the value of attribute delivered.
537 538 539 |
# File 'lib/docusign/docusign.rb', line 537 def delivered @delivered end |
#email ⇒ Object
Returns the value of attribute email.
532 533 534 |
# File 'lib/docusign/docusign.rb', line 532 def email @email end |
#envelopeAttachment ⇒ Object
Returns the value of attribute envelopeAttachment.
555 556 557 |
# File 'lib/docusign/docusign.rb', line 555 def envelopeAttachment @envelopeAttachment end |
#envelopeID ⇒ Object
Returns the value of attribute envelopeID.
529 530 531 |
# File 'lib/docusign/docusign.rb', line 529 def envelopeID @envelopeID end |
#envelopeIdStamping ⇒ Object
Returns the value of attribute envelopeIdStamping.
553 554 555 |
# File 'lib/docusign/docusign.rb', line 553 def envelopeIdStamping @envelopeIdStamping end |
#envelopePDFHash ⇒ Object
Returns the value of attribute envelopePDFHash.
549 550 551 |
# File 'lib/docusign/docusign.rb', line 549 def envelopePDFHash @envelopePDFHash end |
#recipientStatuses ⇒ Object
Returns the value of attribute recipientStatuses.
527 528 529 |
# File 'lib/docusign/docusign.rb', line 527 def recipientStatuses @recipientStatuses end |
#senderIPAddress ⇒ Object
Returns the value of attribute senderIPAddress.
548 549 550 |
# File 'lib/docusign/docusign.rb', line 548 def senderIPAddress @senderIPAddress end |
#sent ⇒ Object
Returns the value of attribute sent.
536 537 538 |
# File 'lib/docusign/docusign.rb', line 536 def sent @sent end |
#signed ⇒ Object
Returns the value of attribute signed.
538 539 540 |
# File 'lib/docusign/docusign.rb', line 538 def signed @signed end |
#signingLocation ⇒ Object
Returns the value of attribute signingLocation.
547 548 549 |
# File 'lib/docusign/docusign.rb', line 547 def signingLocation @signingLocation end |
#status ⇒ Object
Returns the value of attribute status.
533 534 535 |
# File 'lib/docusign/docusign.rb', line 533 def status @status end |
#subject ⇒ Object
Returns the value of attribute subject.
530 531 532 |
# File 'lib/docusign/docusign.rb', line 530 def subject @subject end |
#timedOut ⇒ Object
Returns the value of attribute timedOut.
541 542 543 |
# File 'lib/docusign/docusign.rb', line 541 def timedOut @timedOut end |
#timeGenerated ⇒ Object
Returns the value of attribute timeGenerated.
528 529 530 |
# File 'lib/docusign/docusign.rb', line 528 def timeGenerated @timeGenerated end |
#userName ⇒ Object
Returns the value of attribute userName.
531 532 533 |
# File 'lib/docusign/docusign.rb', line 531 def userName @userName end |
#vaultingDetails ⇒ Object
Returns the value of attribute vaultingDetails.
551 552 553 |
# File 'lib/docusign/docusign.rb', line 551 def vaultingDetails @vaultingDetails end |