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
Instance Attribute Summary collapse
-
#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.
-
#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
-
#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) ⇒ RecipientStatus
constructor
A new instance of RecipientStatus.
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) ⇒ RecipientStatus
Returns a new instance of RecipientStatus.
633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 |
# File 'lib/docusign/docusign.rb', line 633 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) @type = type @email = email @userName = userName @routingOrder = routingOrder @sent = sent @delivered = delivered @signed = signed @declined = declined @declineReason = declineReason @status = status @recipientIPAddress = recipientIPAddress @clientUserId = clientUserId = @iDCheckInformation = iDCheckInformation @recipientAuthenticationStatus = recipientAuthenticationStatus @customFields = customFields @tabStatuses = tabStatuses @recipientAttachment = recipientAttachment end |
Instance Attribute Details
#autoNavigation ⇒ Object
Returns the value of attribute autoNavigation.
626 627 628 |
# File 'lib/docusign/docusign.rb', line 626 def end |
#clientUserId ⇒ Object
Returns the value of attribute clientUserId.
625 626 627 |
# File 'lib/docusign/docusign.rb', line 625 def clientUserId @clientUserId end |
#customFields ⇒ Object
Returns the value of attribute customFields.
629 630 631 |
# File 'lib/docusign/docusign.rb', line 629 def customFields @customFields end |
#declined ⇒ Object
Returns the value of attribute declined.
621 622 623 |
# File 'lib/docusign/docusign.rb', line 621 def declined @declined end |
#declineReason ⇒ Object
Returns the value of attribute declineReason.
622 623 624 |
# File 'lib/docusign/docusign.rb', line 622 def declineReason @declineReason end |
#delivered ⇒ Object
Returns the value of attribute delivered.
619 620 621 |
# File 'lib/docusign/docusign.rb', line 619 def delivered @delivered end |
#email ⇒ Object
Returns the value of attribute email.
615 616 617 |
# File 'lib/docusign/docusign.rb', line 615 def email @email end |
#iDCheckInformation ⇒ Object
Returns the value of attribute iDCheckInformation.
627 628 629 |
# File 'lib/docusign/docusign.rb', line 627 def iDCheckInformation @iDCheckInformation end |
#recipientAttachment ⇒ Object
Returns the value of attribute recipientAttachment.
631 632 633 |
# File 'lib/docusign/docusign.rb', line 631 def recipientAttachment @recipientAttachment end |
#recipientAuthenticationStatus ⇒ Object
Returns the value of attribute recipientAuthenticationStatus.
628 629 630 |
# File 'lib/docusign/docusign.rb', line 628 def recipientAuthenticationStatus @recipientAuthenticationStatus end |
#recipientIPAddress ⇒ Object
Returns the value of attribute recipientIPAddress.
624 625 626 |
# File 'lib/docusign/docusign.rb', line 624 def recipientIPAddress @recipientIPAddress end |
#routingOrder ⇒ Object
Returns the value of attribute routingOrder.
617 618 619 |
# File 'lib/docusign/docusign.rb', line 617 def routingOrder @routingOrder end |
#sent ⇒ Object
Returns the value of attribute sent.
618 619 620 |
# File 'lib/docusign/docusign.rb', line 618 def sent @sent end |
#signed ⇒ Object
Returns the value of attribute signed.
620 621 622 |
# File 'lib/docusign/docusign.rb', line 620 def signed @signed end |
#status ⇒ Object
Returns the value of attribute status.
623 624 625 |
# File 'lib/docusign/docusign.rb', line 623 def status @status end |
#tabStatuses ⇒ Object
Returns the value of attribute tabStatuses.
630 631 632 |
# File 'lib/docusign/docusign.rb', line 630 def tabStatuses @tabStatuses end |
#type ⇒ Object
Returns the value of attribute type.
614 615 616 |
# File 'lib/docusign/docusign.rb', line 614 def type @type end |
#userName ⇒ Object
Returns the value of attribute userName.
616 617 618 |
# File 'lib/docusign/docusign.rb', line 616 def userName @userName end |