Method: DocuSign_eSign::Signer#is_bulk_recipient
- Defined in:
- lib/docusign_esign/models/signer.rb
#is_bulk_recipient ⇒ Object
When set to true, this signer is a bulk recipient and the recipient information is contained in a bulk recipient file. Note that when this is true the email and name for the recipient becomes [email protected] and "Bulk Recipient". These fields can not be changed for the bulk recipient.
156 157 158 |
# File 'lib/docusign_esign/models/signer.rb', line 156 def is_bulk_recipient @is_bulk_recipient end |