Class: Docusign::EnvelopeStatus

Inherits:
Object
  • Object
show all
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
autoNavigation - SOAP::SOAPBoolean
envelopeIdStamping - SOAP::SOAPBoolean
authoritativeCopy - SOAP::SOAPBoolean
envelopeAttachment - Docusign::ArrayOfAttachment

Instance Attribute Summary collapse

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, autoNavigation = nil, envelopeIdStamping = nil, authoritativeCopy = 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
  @autoNavigation = autoNavigation
  @envelopeIdStamping = envelopeIdStamping
  @authoritativeCopy = authoritativeCopy
  @envelopeAttachment = envelopeAttachment
end

Instance Attribute Details

#aCHolderObject

Returns the value of attribute aCHolder.



544
545
546
# File 'lib/docusign/docusign.rb', line 544

def aCHolder
  @aCHolder
end

#aCHolderEmailObject

Returns the value of attribute aCHolderEmail.



545
546
547
# File 'lib/docusign/docusign.rb', line 545

def aCHolderEmail
  @aCHolderEmail
end

#aCHolderLocationObject

Returns the value of attribute aCHolderLocation.



546
547
548
# File 'lib/docusign/docusign.rb', line 546

def aCHolderLocation
  @aCHolderLocation
end

#aCStatusObject

Returns the value of attribute aCStatus.



542
543
544
# File 'lib/docusign/docusign.rb', line 542

def aCStatus
  @aCStatus
end

#aCStatusDateObject

Returns the value of attribute aCStatusDate.



543
544
545
# File 'lib/docusign/docusign.rb', line 543

def aCStatusDate
  @aCStatusDate
end

#authoritativeCopyObject

Returns the value of attribute authoritativeCopy.



554
555
556
# File 'lib/docusign/docusign.rb', line 554

def authoritativeCopy
  @authoritativeCopy
end

#autoNavigationObject

Returns the value of attribute autoNavigation.



552
553
554
# File 'lib/docusign/docusign.rb', line 552

def autoNavigation
  @autoNavigation
end

#completedObject

Returns the value of attribute completed.



539
540
541
# File 'lib/docusign/docusign.rb', line 539

def completed
  @completed
end

#createdObject

Returns the value of attribute created.



534
535
536
# File 'lib/docusign/docusign.rb', line 534

def created
  @created
end

#customFieldsObject

Returns the value of attribute customFields.



550
551
552
# File 'lib/docusign/docusign.rb', line 550

def customFields
  @customFields
end

#declinedObject

Returns the value of attribute declined.



540
541
542
# File 'lib/docusign/docusign.rb', line 540

def declined
  @declined
end

#deletedObject

Returns the value of attribute deleted.



535
536
537
# File 'lib/docusign/docusign.rb', line 535

def deleted
  @deleted
end

#deliveredObject

Returns the value of attribute delivered.



537
538
539
# File 'lib/docusign/docusign.rb', line 537

def delivered
  @delivered
end

#emailObject

Returns the value of attribute email.



532
533
534
# File 'lib/docusign/docusign.rb', line 532

def email
  @email
end

#envelopeAttachmentObject

Returns the value of attribute envelopeAttachment.



555
556
557
# File 'lib/docusign/docusign.rb', line 555

def envelopeAttachment
  @envelopeAttachment
end

#envelopeIDObject

Returns the value of attribute envelopeID.



529
530
531
# File 'lib/docusign/docusign.rb', line 529

def envelopeID
  @envelopeID
end

#envelopeIdStampingObject

Returns the value of attribute envelopeIdStamping.



553
554
555
# File 'lib/docusign/docusign.rb', line 553

def envelopeIdStamping
  @envelopeIdStamping
end

#envelopePDFHashObject

Returns the value of attribute envelopePDFHash.



549
550
551
# File 'lib/docusign/docusign.rb', line 549

def envelopePDFHash
  @envelopePDFHash
end

#recipientStatusesObject

Returns the value of attribute recipientStatuses.



527
528
529
# File 'lib/docusign/docusign.rb', line 527

def recipientStatuses
  @recipientStatuses
end

#senderIPAddressObject

Returns the value of attribute senderIPAddress.



548
549
550
# File 'lib/docusign/docusign.rb', line 548

def senderIPAddress
  @senderIPAddress
end

#sentObject

Returns the value of attribute sent.



536
537
538
# File 'lib/docusign/docusign.rb', line 536

def sent
  @sent
end

#signedObject

Returns the value of attribute signed.



538
539
540
# File 'lib/docusign/docusign.rb', line 538

def signed
  @signed
end

#signingLocationObject

Returns the value of attribute signingLocation.



547
548
549
# File 'lib/docusign/docusign.rb', line 547

def signingLocation
  @signingLocation
end

#statusObject

Returns the value of attribute status.



533
534
535
# File 'lib/docusign/docusign.rb', line 533

def status
  @status
end

#subjectObject

Returns the value of attribute subject.



530
531
532
# File 'lib/docusign/docusign.rb', line 530

def subject
  @subject
end

#timedOutObject

Returns the value of attribute timedOut.



541
542
543
# File 'lib/docusign/docusign.rb', line 541

def timedOut
  @timedOut
end

#timeGeneratedObject

Returns the value of attribute timeGenerated.



528
529
530
# File 'lib/docusign/docusign.rb', line 528

def timeGenerated
  @timeGenerated
end

#userNameObject

Returns the value of attribute userName.



531
532
533
# File 'lib/docusign/docusign.rb', line 531

def userName
  @userName
end

#vaultingDetailsObject

Returns the value of attribute vaultingDetails.



551
552
553
# File 'lib/docusign/docusign.rb', line 551

def vaultingDetails
  @vaultingDetails
end