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

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) ⇒ 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, autoNavigation = 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
  @autoNavigation = autoNavigation
  @iDCheckInformation = iDCheckInformation
  @recipientAuthenticationStatus = recipientAuthenticationStatus
  @customFields = customFields
  @tabStatuses = tabStatuses
  @recipientAttachment = recipientAttachment
end

Instance Attribute Details

#autoNavigationObject

Returns the value of attribute autoNavigation.



626
627
628
# File 'lib/docusign/docusign.rb', line 626

def autoNavigation
  @autoNavigation
end

#clientUserIdObject

Returns the value of attribute clientUserId.



625
626
627
# File 'lib/docusign/docusign.rb', line 625

def clientUserId
  @clientUserId
end

#customFieldsObject

Returns the value of attribute customFields.



629
630
631
# File 'lib/docusign/docusign.rb', line 629

def customFields
  @customFields
end

#declinedObject

Returns the value of attribute declined.



621
622
623
# File 'lib/docusign/docusign.rb', line 621

def declined
  @declined
end

#declineReasonObject

Returns the value of attribute declineReason.



622
623
624
# File 'lib/docusign/docusign.rb', line 622

def declineReason
  @declineReason
end

#deliveredObject

Returns the value of attribute delivered.



619
620
621
# File 'lib/docusign/docusign.rb', line 619

def delivered
  @delivered
end

#emailObject

Returns the value of attribute email.



615
616
617
# File 'lib/docusign/docusign.rb', line 615

def email
  @email
end

#iDCheckInformationObject

Returns the value of attribute iDCheckInformation.



627
628
629
# File 'lib/docusign/docusign.rb', line 627

def iDCheckInformation
  @iDCheckInformation
end

#recipientAttachmentObject

Returns the value of attribute recipientAttachment.



631
632
633
# File 'lib/docusign/docusign.rb', line 631

def recipientAttachment
  @recipientAttachment
end

#recipientAuthenticationStatusObject

Returns the value of attribute recipientAuthenticationStatus.



628
629
630
# File 'lib/docusign/docusign.rb', line 628

def recipientAuthenticationStatus
  @recipientAuthenticationStatus
end

#recipientIPAddressObject

Returns the value of attribute recipientIPAddress.



624
625
626
# File 'lib/docusign/docusign.rb', line 624

def recipientIPAddress
  @recipientIPAddress
end

#routingOrderObject

Returns the value of attribute routingOrder.



617
618
619
# File 'lib/docusign/docusign.rb', line 617

def routingOrder
  @routingOrder
end

#sentObject

Returns the value of attribute sent.



618
619
620
# File 'lib/docusign/docusign.rb', line 618

def sent
  @sent
end

#signedObject

Returns the value of attribute signed.



620
621
622
# File 'lib/docusign/docusign.rb', line 620

def signed
  @signed
end

#statusObject

Returns the value of attribute status.



623
624
625
# File 'lib/docusign/docusign.rb', line 623

def status
  @status
end

#tabStatusesObject

Returns the value of attribute tabStatuses.



630
631
632
# File 'lib/docusign/docusign.rb', line 630

def tabStatuses
  @tabStatuses
end

#typeObject

Returns the value of attribute type.



614
615
616
# File 'lib/docusign/docusign.rb', line 614

def type
  @type
end

#userNameObject

Returns the value of attribute userName.



616
617
618
# File 'lib/docusign/docusign.rb', line 616

def userName
  @userName
end