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::ArrayOfString1
tabStatuses - Docusign::ArrayOfTabStatus
recipientAttachment - Docusign::ArrayOfAttachment
accountStatus - SOAP::SOAPString
esignAgreementInformation - Docusign::RecipientStatusEsignAgreementInformation
formData - Docusign::FormData
recipientId - SOAP::SOAPString

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

Instance Attribute Details

#accountStatusObject

Returns the value of attribute accountStatus.



820
821
822
# File 'lib/docusign/docusign.rb', line 820

def accountStatus
  @accountStatus
end

#autoNavigationObject

Returns the value of attribute autoNavigation.



814
815
816
# File 'lib/docusign/docusign.rb', line 814

def autoNavigation
  @autoNavigation
end

#clientUserIdObject

Returns the value of attribute clientUserId.



813
814
815
# File 'lib/docusign/docusign.rb', line 813

def clientUserId
  @clientUserId
end

#customFieldsObject

Returns the value of attribute customFields.



817
818
819
# File 'lib/docusign/docusign.rb', line 817

def customFields
  @customFields
end

#declinedObject

Returns the value of attribute declined.



809
810
811
# File 'lib/docusign/docusign.rb', line 809

def declined
  @declined
end

#declineReasonObject

Returns the value of attribute declineReason.



810
811
812
# File 'lib/docusign/docusign.rb', line 810

def declineReason
  @declineReason
end

#deliveredObject

Returns the value of attribute delivered.



807
808
809
# File 'lib/docusign/docusign.rb', line 807

def delivered
  @delivered
end

#emailObject

Returns the value of attribute email.



803
804
805
# File 'lib/docusign/docusign.rb', line 803

def email
  @email
end

#esignAgreementInformationObject

Returns the value of attribute esignAgreementInformation.



821
822
823
# File 'lib/docusign/docusign.rb', line 821

def esignAgreementInformation
  @esignAgreementInformation
end

#formDataObject

Returns the value of attribute formData.



822
823
824
# File 'lib/docusign/docusign.rb', line 822

def formData
  @formData
end

#iDCheckInformationObject

Returns the value of attribute iDCheckInformation.



815
816
817
# File 'lib/docusign/docusign.rb', line 815

def iDCheckInformation
  @iDCheckInformation
end

#recipientAttachmentObject

Returns the value of attribute recipientAttachment.



819
820
821
# File 'lib/docusign/docusign.rb', line 819

def recipientAttachment
  @recipientAttachment
end

#recipientAuthenticationStatusObject

Returns the value of attribute recipientAuthenticationStatus.



816
817
818
# File 'lib/docusign/docusign.rb', line 816

def recipientAuthenticationStatus
  @recipientAuthenticationStatus
end

#recipientIdObject

Returns the value of attribute recipientId.



823
824
825
# File 'lib/docusign/docusign.rb', line 823

def recipientId
  @recipientId
end

#recipientIPAddressObject

Returns the value of attribute recipientIPAddress.



812
813
814
# File 'lib/docusign/docusign.rb', line 812

def recipientIPAddress
  @recipientIPAddress
end

#routingOrderObject

Returns the value of attribute routingOrder.



805
806
807
# File 'lib/docusign/docusign.rb', line 805

def routingOrder
  @routingOrder
end

#sentObject

Returns the value of attribute sent.



806
807
808
# File 'lib/docusign/docusign.rb', line 806

def sent
  @sent
end

#signedObject

Returns the value of attribute signed.



808
809
810
# File 'lib/docusign/docusign.rb', line 808

def signed
  @signed
end

#statusObject

Returns the value of attribute status.



811
812
813
# File 'lib/docusign/docusign.rb', line 811

def status
  @status
end

#tabStatusesObject

Returns the value of attribute tabStatuses.



818
819
820
# File 'lib/docusign/docusign.rb', line 818

def tabStatuses
  @tabStatuses
end

#typeObject

Returns the value of attribute type.



802
803
804
# File 'lib/docusign/docusign.rb', line 802

def type
  @type
end

#userNameObject

Returns the value of attribute userName.



804
805
806
# File 'lib/docusign/docusign.rb', line 804

def userName
  @userName
end