Class: Docusign::RecipientStatus
- Inherits:
-
Object
- Object
- Docusign::RecipientStatus
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0RecipientStatus
type - Docusign::RecipientTypeCode
email - SOAP::SOAPString
userName - SOAP::SOAPString
routingOrder - SOAP::SOAPUnsignedShort
sent - SOAP::SOAPDateTime
delivered - SOAP::SOAPDateTime
signed - SOAP::SOAPDateTime
declined - SOAP::SOAPDateTime
declineReason - SOAP::SOAPString
status - Docusign::RecipientStatusCode
recipientIPAddress - SOAP::SOAPString
clientUserId - SOAP::SOAPString
- SOAP::SOAPBoolean
iDCheckInformation - Docusign::IDCheckInformation
recipientAuthenticationStatus - Docusign::AuthenticationStatus
customFields - Docusign::ArrayOfString
tabStatuses - Docusign::ArrayOfTabStatus
recipientAttachment - Docusign::ArrayOfAttachment
accountStatus - SOAP::SOAPString
esignAgreementInformation - Docusign::RecipientStatusEsignAgreementInformation
formData - Docusign::FormData
Instance Attribute Summary collapse
-
#accountStatus ⇒ Object
Returns the value of attribute accountStatus.
-
#autoNavigation ⇒ Object
Returns the value of attribute autoNavigation.
-
#clientUserId ⇒ Object
Returns the value of attribute clientUserId.
-
#customFields ⇒ Object
Returns the value of attribute customFields.
-
#declined ⇒ Object
Returns the value of attribute declined.
-
#declineReason ⇒ Object
Returns the value of attribute declineReason.
-
#delivered ⇒ Object
Returns the value of attribute delivered.
-
#email ⇒ Object
Returns the value of attribute email.
-
#esignAgreementInformation ⇒ Object
Returns the value of attribute esignAgreementInformation.
-
#formData ⇒ Object
Returns the value of attribute formData.
-
#iDCheckInformation ⇒ Object
Returns the value of attribute iDCheckInformation.
-
#recipientAttachment ⇒ Object
Returns the value of attribute recipientAttachment.
-
#recipientAuthenticationStatus ⇒ Object
Returns the value of attribute recipientAuthenticationStatus.
-
#recipientIPAddress ⇒ Object
Returns the value of attribute recipientIPAddress.
-
#routingOrder ⇒ Object
Returns the value of attribute routingOrder.
-
#sent ⇒ Object
Returns the value of attribute sent.
-
#signed ⇒ Object
Returns the value of attribute signed.
-
#status ⇒ Object
Returns the value of attribute status.
-
#tabStatuses ⇒ Object
Returns the value of attribute tabStatuses.
-
#type ⇒ Object
Returns the value of attribute type.
-
#userName ⇒ Object
Returns the value of attribute userName.
Instance Method Summary collapse
Constructor Details
#initialize(type = nil, email = nil, userName = nil, routingOrder = nil, sent = nil, delivered = nil, signed = nil, declined = nil, declineReason = nil, status = nil, recipientIPAddress = nil, clientUserId = nil, autoNavigation = nil, iDCheckInformation = nil, recipientAuthenticationStatus = nil, customFields = nil, tabStatuses = nil, recipientAttachment = nil, accountStatus = nil, esignAgreementInformation = nil, formData = nil) ⇒ RecipientStatus
Returns a new instance of RecipientStatus.
728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 |
# File 'lib/docusign/docusign.rb', line 728 def initialize(type = nil, email = nil, userName = nil, routingOrder = nil, sent = nil, delivered = nil, signed = nil, declined = nil, declineReason = nil, status = nil, recipientIPAddress = nil, clientUserId = nil, = nil, iDCheckInformation = nil, recipientAuthenticationStatus = nil, customFields = nil, tabStatuses = nil, recipientAttachment = nil, accountStatus = nil, esignAgreementInformation = nil, formData = nil) @type = type @email = email @userName = userName @routingOrder = routingOrder @sent = sent @delivered = delivered @signed = signed @declined = declined @declineReason = declineReason @status = status @recipientIPAddress = recipientIPAddress @clientUserId = clientUserId @autoNavigation = @iDCheckInformation = iDCheckInformation @recipientAuthenticationStatus = recipientAuthenticationStatus @customFields = customFields @tabStatuses = tabStatuses @recipientAttachment = recipientAttachment @accountStatus = accountStatus @esignAgreementInformation = esignAgreementInformation @formData = formData end |
Instance Attribute Details
#accountStatus ⇒ Object
Returns the value of attribute accountStatus.
724 725 726 |
# File 'lib/docusign/docusign.rb', line 724 def accountStatus @accountStatus end |
#autoNavigation ⇒ Object
Returns the value of attribute autoNavigation.
718 719 720 |
# File 'lib/docusign/docusign.rb', line 718 def @autoNavigation end |
#clientUserId ⇒ Object
Returns the value of attribute clientUserId.
717 718 719 |
# File 'lib/docusign/docusign.rb', line 717 def clientUserId @clientUserId end |
#customFields ⇒ Object
Returns the value of attribute customFields.
721 722 723 |
# File 'lib/docusign/docusign.rb', line 721 def customFields @customFields end |
#declined ⇒ Object
Returns the value of attribute declined.
713 714 715 |
# File 'lib/docusign/docusign.rb', line 713 def declined @declined end |
#declineReason ⇒ Object
Returns the value of attribute declineReason.
714 715 716 |
# File 'lib/docusign/docusign.rb', line 714 def declineReason @declineReason end |
#delivered ⇒ Object
Returns the value of attribute delivered.
711 712 713 |
# File 'lib/docusign/docusign.rb', line 711 def delivered @delivered end |
#email ⇒ Object
Returns the value of attribute email.
707 708 709 |
# File 'lib/docusign/docusign.rb', line 707 def email @email end |
#esignAgreementInformation ⇒ Object
Returns the value of attribute esignAgreementInformation.
725 726 727 |
# File 'lib/docusign/docusign.rb', line 725 def esignAgreementInformation @esignAgreementInformation end |
#formData ⇒ Object
Returns the value of attribute formData.
726 727 728 |
# File 'lib/docusign/docusign.rb', line 726 def formData @formData end |
#iDCheckInformation ⇒ Object
Returns the value of attribute iDCheckInformation.
719 720 721 |
# File 'lib/docusign/docusign.rb', line 719 def iDCheckInformation @iDCheckInformation end |
#recipientAttachment ⇒ Object
Returns the value of attribute recipientAttachment.
723 724 725 |
# File 'lib/docusign/docusign.rb', line 723 def recipientAttachment @recipientAttachment end |
#recipientAuthenticationStatus ⇒ Object
Returns the value of attribute recipientAuthenticationStatus.
720 721 722 |
# File 'lib/docusign/docusign.rb', line 720 def recipientAuthenticationStatus @recipientAuthenticationStatus end |
#recipientIPAddress ⇒ Object
Returns the value of attribute recipientIPAddress.
716 717 718 |
# File 'lib/docusign/docusign.rb', line 716 def recipientIPAddress @recipientIPAddress end |
#routingOrder ⇒ Object
Returns the value of attribute routingOrder.
709 710 711 |
# File 'lib/docusign/docusign.rb', line 709 def routingOrder @routingOrder end |
#sent ⇒ Object
Returns the value of attribute sent.
710 711 712 |
# File 'lib/docusign/docusign.rb', line 710 def sent @sent end |
#signed ⇒ Object
Returns the value of attribute signed.
712 713 714 |
# File 'lib/docusign/docusign.rb', line 712 def signed @signed end |
#status ⇒ Object
Returns the value of attribute status.
715 716 717 |
# File 'lib/docusign/docusign.rb', line 715 def status @status end |
#tabStatuses ⇒ Object
Returns the value of attribute tabStatuses.
722 723 724 |
# File 'lib/docusign/docusign.rb', line 722 def tabStatuses @tabStatuses end |
#type ⇒ Object
Returns the value of attribute type.
706 707 708 |
# File 'lib/docusign/docusign.rb', line 706 def type @type end |
#userName ⇒ Object
Returns the value of attribute userName.
708 709 710 |
# File 'lib/docusign/docusign.rb', line 708 def userName @userName end |