Class: Docusign::Recipient
- Inherits:
-
Object
- Object
- Docusign::Recipient
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0Recipient
iD - SOAP::SOAPPositiveInteger
userName - SOAP::SOAPString
signerName - SOAP::SOAPString
email - SOAP::SOAPString
type - Docusign::RecipientTypeCode
accessCode - SOAP::SOAPString
addAccessCodeToEmail - SOAP::SOAPBoolean
requireIDLookup - SOAP::SOAPBoolean
iDCheckConfigurationName - SOAP::SOAPString
signatureInfo - Docusign::RecipientSignatureInfo
captiveInfo - Docusign::RecipientCaptiveInfo
customFields - Docusign::ArrayOfString
routingOrder - SOAP::SOAPUnsignedShort
iDCheckInformationInput - Docusign::IDCheckInformationInput
- SOAP::SOAPBoolean
recipientAttachment - Docusign::ArrayOfAttachment
note - SOAP::SOAPString
roleName - SOAP::SOAPString
templateLocked - SOAP::SOAPBoolean
templateRequired - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#accessCode ⇒ Object
Returns the value of attribute accessCode.
-
#addAccessCodeToEmail ⇒ Object
Returns the value of attribute addAccessCodeToEmail.
-
#autoNavigation ⇒ Object
Returns the value of attribute autoNavigation.
-
#captiveInfo ⇒ Object
Returns the value of attribute captiveInfo.
-
#customFields ⇒ Object
Returns the value of attribute customFields.
-
#email ⇒ Object
Returns the value of attribute email.
-
#iD ⇒ Object
Returns the value of attribute iD.
-
#iDCheckConfigurationName ⇒ Object
Returns the value of attribute iDCheckConfigurationName.
-
#iDCheckInformationInput ⇒ Object
Returns the value of attribute iDCheckInformationInput.
-
#note ⇒ Object
Returns the value of attribute note.
-
#recipientAttachment ⇒ Object
Returns the value of attribute recipientAttachment.
-
#requireIDLookup ⇒ Object
Returns the value of attribute requireIDLookup.
-
#roleName ⇒ Object
Returns the value of attribute roleName.
-
#routingOrder ⇒ Object
Returns the value of attribute routingOrder.
-
#signatureInfo ⇒ Object
Returns the value of attribute signatureInfo.
-
#signerName ⇒ Object
Returns the value of attribute signerName.
-
#templateLocked ⇒ Object
Returns the value of attribute templateLocked.
-
#templateRequired ⇒ Object
Returns the value of attribute templateRequired.
-
#type ⇒ Object
Returns the value of attribute type.
-
#userName ⇒ Object
Returns the value of attribute userName.
Instance Method Summary collapse
Constructor Details
#initialize(iD = nil, userName = nil, signerName = nil, email = nil, type = nil, accessCode = nil, addAccessCodeToEmail = nil, requireIDLookup = nil, iDCheckConfigurationName = nil, signatureInfo = nil, captiveInfo = nil, customFields = nil, routingOrder = nil, iDCheckInformationInput = nil, autoNavigation = nil, recipientAttachment = nil, note = nil, roleName = nil, templateLocked = nil, templateRequired = nil) ⇒ Recipient
Returns a new instance of Recipient.
178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 |
# File 'lib/docusign/docusign.rb', line 178 def initialize(iD = nil, userName = nil, signerName = nil, email = nil, type = nil, accessCode = nil, addAccessCodeToEmail = nil, requireIDLookup = nil, iDCheckConfigurationName = nil, signatureInfo = nil, captiveInfo = nil, customFields = nil, routingOrder = nil, iDCheckInformationInput = nil, = nil, recipientAttachment = nil, note = nil, roleName = nil, templateLocked = nil, templateRequired = nil) @iD = iD @userName = userName @signerName = signerName @email = email @type = type @accessCode = accessCode @addAccessCodeToEmail = addAccessCodeToEmail @requireIDLookup = requireIDLookup @iDCheckConfigurationName = iDCheckConfigurationName @signatureInfo = signatureInfo @captiveInfo = captiveInfo @customFields = customFields @routingOrder = routingOrder @iDCheckInformationInput = iDCheckInformationInput @autoNavigation = @recipientAttachment = recipientAttachment @note = note @roleName = roleName @templateLocked = templateLocked @templateRequired = templateRequired end |
Instance Attribute Details
#accessCode ⇒ Object
Returns the value of attribute accessCode.
162 163 164 |
# File 'lib/docusign/docusign.rb', line 162 def accessCode @accessCode end |
#addAccessCodeToEmail ⇒ Object
Returns the value of attribute addAccessCodeToEmail.
163 164 165 |
# File 'lib/docusign/docusign.rb', line 163 def addAccessCodeToEmail @addAccessCodeToEmail end |
#autoNavigation ⇒ Object
Returns the value of attribute autoNavigation.
171 172 173 |
# File 'lib/docusign/docusign.rb', line 171 def @autoNavigation end |
#captiveInfo ⇒ Object
Returns the value of attribute captiveInfo.
167 168 169 |
# File 'lib/docusign/docusign.rb', line 167 def captiveInfo @captiveInfo end |
#customFields ⇒ Object
Returns the value of attribute customFields.
168 169 170 |
# File 'lib/docusign/docusign.rb', line 168 def customFields @customFields end |
#email ⇒ Object
Returns the value of attribute email.
160 161 162 |
# File 'lib/docusign/docusign.rb', line 160 def email @email end |
#iD ⇒ Object
Returns the value of attribute iD.
157 158 159 |
# File 'lib/docusign/docusign.rb', line 157 def iD @iD end |
#iDCheckConfigurationName ⇒ Object
Returns the value of attribute iDCheckConfigurationName.
165 166 167 |
# File 'lib/docusign/docusign.rb', line 165 def iDCheckConfigurationName @iDCheckConfigurationName end |
#iDCheckInformationInput ⇒ Object
Returns the value of attribute iDCheckInformationInput.
170 171 172 |
# File 'lib/docusign/docusign.rb', line 170 def iDCheckInformationInput @iDCheckInformationInput end |
#note ⇒ Object
Returns the value of attribute note.
173 174 175 |
# File 'lib/docusign/docusign.rb', line 173 def note @note end |
#recipientAttachment ⇒ Object
Returns the value of attribute recipientAttachment.
172 173 174 |
# File 'lib/docusign/docusign.rb', line 172 def recipientAttachment @recipientAttachment end |
#requireIDLookup ⇒ Object
Returns the value of attribute requireIDLookup.
164 165 166 |
# File 'lib/docusign/docusign.rb', line 164 def requireIDLookup @requireIDLookup end |
#roleName ⇒ Object
Returns the value of attribute roleName.
174 175 176 |
# File 'lib/docusign/docusign.rb', line 174 def roleName @roleName end |
#routingOrder ⇒ Object
Returns the value of attribute routingOrder.
169 170 171 |
# File 'lib/docusign/docusign.rb', line 169 def routingOrder @routingOrder end |
#signatureInfo ⇒ Object
Returns the value of attribute signatureInfo.
166 167 168 |
# File 'lib/docusign/docusign.rb', line 166 def signatureInfo @signatureInfo end |
#signerName ⇒ Object
Returns the value of attribute signerName.
159 160 161 |
# File 'lib/docusign/docusign.rb', line 159 def signerName @signerName end |
#templateLocked ⇒ Object
Returns the value of attribute templateLocked.
175 176 177 |
# File 'lib/docusign/docusign.rb', line 175 def templateLocked @templateLocked end |
#templateRequired ⇒ Object
Returns the value of attribute templateRequired.
176 177 178 |
# File 'lib/docusign/docusign.rb', line 176 def templateRequired @templateRequired end |
#type ⇒ Object
Returns the value of attribute type.
161 162 163 |
# File 'lib/docusign/docusign.rb', line 161 def type @type end |
#userName ⇒ Object
Returns the value of attribute userName.
158 159 160 |
# File 'lib/docusign/docusign.rb', line 158 def userName @userName end |