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::ArrayOfString1
tabStatuses - Docusign::ArrayOfTabStatus
recipientAttachment - Docusign::ArrayOfAttachment
accountStatus - SOAP::SOAPString
esignAgreementInformation - Docusign::RecipientStatusEsignAgreementInformation
formData - Docusign::FormData
recipientId - SOAP::SOAPString
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.
-
#recipientId ⇒ Object
Returns the value of attribute recipientId.
-
#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, recipientId = nil) ⇒ RecipientStatus
Returns a new instance of RecipientStatus.
825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 |
# File 'lib/docusign/docusign.rb', line 825 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, recipientId = 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 @recipientId = recipientId end |
Instance Attribute Details
#accountStatus ⇒ Object
Returns the value of attribute accountStatus.
820 821 822 |
# File 'lib/docusign/docusign.rb', line 820 def accountStatus @accountStatus end |
#autoNavigation ⇒ Object
Returns the value of attribute autoNavigation.
814 815 816 |
# File 'lib/docusign/docusign.rb', line 814 def @autoNavigation end |
#clientUserId ⇒ Object
Returns the value of attribute clientUserId.
813 814 815 |
# File 'lib/docusign/docusign.rb', line 813 def clientUserId @clientUserId end |
#customFields ⇒ Object
Returns the value of attribute customFields.
817 818 819 |
# File 'lib/docusign/docusign.rb', line 817 def customFields @customFields end |
#declined ⇒ Object
Returns the value of attribute declined.
809 810 811 |
# File 'lib/docusign/docusign.rb', line 809 def declined @declined end |
#declineReason ⇒ Object
Returns the value of attribute declineReason.
810 811 812 |
# File 'lib/docusign/docusign.rb', line 810 def declineReason @declineReason end |
#delivered ⇒ Object
Returns the value of attribute delivered.
807 808 809 |
# File 'lib/docusign/docusign.rb', line 807 def delivered @delivered end |
#email ⇒ Object
Returns the value of attribute email.
803 804 805 |
# File 'lib/docusign/docusign.rb', line 803 def email @email end |
#esignAgreementInformation ⇒ Object
Returns the value of attribute esignAgreementInformation.
821 822 823 |
# File 'lib/docusign/docusign.rb', line 821 def esignAgreementInformation @esignAgreementInformation end |
#formData ⇒ Object
Returns the value of attribute formData.
822 823 824 |
# File 'lib/docusign/docusign.rb', line 822 def formData @formData end |
#iDCheckInformation ⇒ Object
Returns the value of attribute iDCheckInformation.
815 816 817 |
# File 'lib/docusign/docusign.rb', line 815 def iDCheckInformation @iDCheckInformation end |
#recipientAttachment ⇒ Object
Returns the value of attribute recipientAttachment.
819 820 821 |
# File 'lib/docusign/docusign.rb', line 819 def recipientAttachment @recipientAttachment end |
#recipientAuthenticationStatus ⇒ Object
Returns the value of attribute recipientAuthenticationStatus.
816 817 818 |
# File 'lib/docusign/docusign.rb', line 816 def recipientAuthenticationStatus @recipientAuthenticationStatus end |
#recipientId ⇒ Object
Returns the value of attribute recipientId.
823 824 825 |
# File 'lib/docusign/docusign.rb', line 823 def recipientId @recipientId end |
#recipientIPAddress ⇒ Object
Returns the value of attribute recipientIPAddress.
812 813 814 |
# File 'lib/docusign/docusign.rb', line 812 def recipientIPAddress @recipientIPAddress end |
#routingOrder ⇒ Object
Returns the value of attribute routingOrder.
805 806 807 |
# File 'lib/docusign/docusign.rb', line 805 def routingOrder @routingOrder end |
#sent ⇒ Object
Returns the value of attribute sent.
806 807 808 |
# File 'lib/docusign/docusign.rb', line 806 def sent @sent end |
#signed ⇒ Object
Returns the value of attribute signed.
808 809 810 |
# File 'lib/docusign/docusign.rb', line 808 def signed @signed end |
#status ⇒ Object
Returns the value of attribute status.
811 812 813 |
# File 'lib/docusign/docusign.rb', line 811 def status @status end |
#tabStatuses ⇒ Object
Returns the value of attribute tabStatuses.
818 819 820 |
# File 'lib/docusign/docusign.rb', line 818 def tabStatuses @tabStatuses end |
#type ⇒ Object
Returns the value of attribute type.
802 803 804 |
# File 'lib/docusign/docusign.rb', line 802 def type @type end |
#userName ⇒ Object
Returns the value of attribute userName.
804 805 806 |
# File 'lib/docusign/docusign.rb', line 804 def userName @userName end |