Method: DocuSign_eSign::Signer#can_sign_offline
- Defined in:
- lib/docusign_esign/models/signer.rb
#can_sign_offline ⇒ Object
When set to true, specifies that the signer can perform the signing ceremony offline.
51 52 53 |
# File 'lib/docusign_esign/models/signer.rb', line 51 def can_sign_offline @can_sign_offline end |