Class: Docusign::RecipientStatus

Inherits:
Object
  • Object
show all
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
autoNavigation - 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

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, autoNavigation = 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 = autoNavigation
  @iDCheckInformation = iDCheckInformation
  @recipientAuthenticationStatus = recipientAuthenticationStatus
  @customFields = customFields
  @tabStatuses = tabStatuses
  @recipientAttachment = recipientAttachment
  @accountStatus = accountStatus
  @esignAgreementInformation = esignAgreementInformation
  @formData = formData
end

Instance Attribute Details

#accountStatusObject

Returns the value of attribute accountStatus.



724
725
726
# File 'lib/docusign/docusign.rb', line 724

def accountStatus
  @accountStatus
end

#autoNavigationObject

Returns the value of attribute autoNavigation.



718
719
720
# File 'lib/docusign/docusign.rb', line 718

def autoNavigation
  @autoNavigation
end

#clientUserIdObject

Returns the value of attribute clientUserId.



717
718
719
# File 'lib/docusign/docusign.rb', line 717

def clientUserId
  @clientUserId
end

#customFieldsObject

Returns the value of attribute customFields.



721
722
723
# File 'lib/docusign/docusign.rb', line 721

def customFields
  @customFields
end

#declinedObject

Returns the value of attribute declined.



713
714
715
# File 'lib/docusign/docusign.rb', line 713

def declined
  @declined
end

#declineReasonObject

Returns the value of attribute declineReason.



714
715
716
# File 'lib/docusign/docusign.rb', line 714

def declineReason
  @declineReason
end

#deliveredObject

Returns the value of attribute delivered.



711
712
713
# File 'lib/docusign/docusign.rb', line 711

def delivered
  @delivered
end

#emailObject

Returns the value of attribute email.



707
708
709
# File 'lib/docusign/docusign.rb', line 707

def email
  @email
end

#esignAgreementInformationObject

Returns the value of attribute esignAgreementInformation.



725
726
727
# File 'lib/docusign/docusign.rb', line 725

def esignAgreementInformation
  @esignAgreementInformation
end

#formDataObject

Returns the value of attribute formData.



726
727
728
# File 'lib/docusign/docusign.rb', line 726

def formData
  @formData
end

#iDCheckInformationObject

Returns the value of attribute iDCheckInformation.



719
720
721
# File 'lib/docusign/docusign.rb', line 719

def iDCheckInformation
  @iDCheckInformation
end

#recipientAttachmentObject

Returns the value of attribute recipientAttachment.



723
724
725
# File 'lib/docusign/docusign.rb', line 723

def recipientAttachment
  @recipientAttachment
end

#recipientAuthenticationStatusObject

Returns the value of attribute recipientAuthenticationStatus.



720
721
722
# File 'lib/docusign/docusign.rb', line 720

def recipientAuthenticationStatus
  @recipientAuthenticationStatus
end

#recipientIPAddressObject

Returns the value of attribute recipientIPAddress.



716
717
718
# File 'lib/docusign/docusign.rb', line 716

def recipientIPAddress
  @recipientIPAddress
end

#routingOrderObject

Returns the value of attribute routingOrder.



709
710
711
# File 'lib/docusign/docusign.rb', line 709

def routingOrder
  @routingOrder
end

#sentObject

Returns the value of attribute sent.



710
711
712
# File 'lib/docusign/docusign.rb', line 710

def sent
  @sent
end

#signedObject

Returns the value of attribute signed.



712
713
714
# File 'lib/docusign/docusign.rb', line 712

def signed
  @signed
end

#statusObject

Returns the value of attribute status.



715
716
717
# File 'lib/docusign/docusign.rb', line 715

def status
  @status
end

#tabStatusesObject

Returns the value of attribute tabStatuses.



722
723
724
# File 'lib/docusign/docusign.rb', line 722

def tabStatuses
  @tabStatuses
end

#typeObject

Returns the value of attribute type.



706
707
708
# File 'lib/docusign/docusign.rb', line 706

def type
  @type
end

#userNameObject

Returns the value of attribute userName.



708
709
710
# File 'lib/docusign/docusign.rb', line 708

def userName
  @userName
end