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
documentStatuses - Docusign::ArrayOfDocumentStatus
formData - Docusign::FormData

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, 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, 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

Instance Attribute Details

#aCHolderObject

Returns the value of attribute aCHolder.



629
630
631
# File 'lib/docusign/docusign.rb', line 629

def aCHolder
  @aCHolder
end

#aCHolderEmailObject

Returns the value of attribute aCHolderEmail.



630
631
632
# File 'lib/docusign/docusign.rb', line 630

def aCHolderEmail
  @aCHolderEmail
end

#aCHolderLocationObject

Returns the value of attribute aCHolderLocation.



631
632
633
# File 'lib/docusign/docusign.rb', line 631

def aCHolderLocation
  @aCHolderLocation
end

#aCStatusObject

Returns the value of attribute aCStatus.



627
628
629
# File 'lib/docusign/docusign.rb', line 627

def aCStatus
  @aCStatus
end

#aCStatusDateObject

Returns the value of attribute aCStatusDate.



628
629
630
# File 'lib/docusign/docusign.rb', line 628

def aCStatusDate
  @aCStatusDate
end

#authoritativeCopyObject

Returns the value of attribute authoritativeCopy.



639
640
641
# File 'lib/docusign/docusign.rb', line 639

def authoritativeCopy
  @authoritativeCopy
end

#autoNavigationObject

Returns the value of attribute autoNavigation.



637
638
639
# File 'lib/docusign/docusign.rb', line 637

def autoNavigation
  @autoNavigation
end

#completedObject

Returns the value of attribute completed.



624
625
626
# File 'lib/docusign/docusign.rb', line 624

def completed
  @completed
end

#createdObject

Returns the value of attribute created.



619
620
621
# File 'lib/docusign/docusign.rb', line 619

def created
  @created
end

#customFieldsObject

Returns the value of attribute customFields.



635
636
637
# File 'lib/docusign/docusign.rb', line 635

def customFields
  @customFields
end

#declinedObject

Returns the value of attribute declined.



625
626
627
# File 'lib/docusign/docusign.rb', line 625

def declined
  @declined
end

#deletedObject

Returns the value of attribute deleted.



620
621
622
# File 'lib/docusign/docusign.rb', line 620

def deleted
  @deleted
end

#deliveredObject

Returns the value of attribute delivered.



622
623
624
# File 'lib/docusign/docusign.rb', line 622

def delivered
  @delivered
end

#documentStatusesObject

Returns the value of attribute documentStatuses.



641
642
643
# File 'lib/docusign/docusign.rb', line 641

def documentStatuses
  @documentStatuses
end

#emailObject

Returns the value of attribute email.



617
618
619
# File 'lib/docusign/docusign.rb', line 617

def email
  @email
end

#envelopeAttachmentObject

Returns the value of attribute envelopeAttachment.



640
641
642
# File 'lib/docusign/docusign.rb', line 640

def envelopeAttachment
  @envelopeAttachment
end

#envelopeIDObject

Returns the value of attribute envelopeID.



614
615
616
# File 'lib/docusign/docusign.rb', line 614

def envelopeID
  @envelopeID
end

#envelopeIdStampingObject

Returns the value of attribute envelopeIdStamping.



638
639
640
# File 'lib/docusign/docusign.rb', line 638

def envelopeIdStamping
  @envelopeIdStamping
end

#envelopePDFHashObject

Returns the value of attribute envelopePDFHash.



634
635
636
# File 'lib/docusign/docusign.rb', line 634

def envelopePDFHash
  @envelopePDFHash
end

#formDataObject

Returns the value of attribute formData.



642
643
644
# File 'lib/docusign/docusign.rb', line 642

def formData
  @formData
end

#recipientStatusesObject

Returns the value of attribute recipientStatuses.



612
613
614
# File 'lib/docusign/docusign.rb', line 612

def recipientStatuses
  @recipientStatuses
end

#senderIPAddressObject

Returns the value of attribute senderIPAddress.



633
634
635
# File 'lib/docusign/docusign.rb', line 633

def senderIPAddress
  @senderIPAddress
end

#sentObject

Returns the value of attribute sent.



621
622
623
# File 'lib/docusign/docusign.rb', line 621

def sent
  @sent
end

#signedObject

Returns the value of attribute signed.



623
624
625
# File 'lib/docusign/docusign.rb', line 623

def signed
  @signed
end

#signingLocationObject

Returns the value of attribute signingLocation.



632
633
634
# File 'lib/docusign/docusign.rb', line 632

def signingLocation
  @signingLocation
end

#statusObject

Returns the value of attribute status.



618
619
620
# File 'lib/docusign/docusign.rb', line 618

def status
  @status
end

#subjectObject

Returns the value of attribute subject.



615
616
617
# File 'lib/docusign/docusign.rb', line 615

def subject
  @subject
end

#timedOutObject

Returns the value of attribute timedOut.



626
627
628
# File 'lib/docusign/docusign.rb', line 626

def timedOut
  @timedOut
end

#timeGeneratedObject

Returns the value of attribute timeGenerated.



613
614
615
# File 'lib/docusign/docusign.rb', line 613

def timeGenerated
  @timeGenerated
end

#userNameObject

Returns the value of attribute userName.



616
617
618
# File 'lib/docusign/docusign.rb', line 616

def userName
  @userName
end

#vaultingDetailsObject

Returns the value of attribute vaultingDetails.



636
637
638
# File 'lib/docusign/docusign.rb', line 636

def vaultingDetails
  @vaultingDetails
end