lib/docusign_esign/models/document.rb in docusign_esign-3.18.0 vs lib/docusign_esign/models/document.rb in docusign_esign-3.19.0
- old
+ new
@@ -10,10 +10,11 @@
=end
require 'date'
module DocuSign_eSign
+ # A document object.
class Document
# Reserved: TBD
attr_accessor :apply_anchor_tabs
#
@@ -38,10 +39,11 @@
attr_accessor :file_extension
#
attr_accessor :file_format_hint
+ # Defines how to generate the responsive-formatted HTML for the document. See [Responsive signing](/docs/esign-rest-api/esign101/concepts/responsive/) in the [eSignature concepts guide](/docs/esign-rest-api/esign101/concepts/).
attr_accessor :html_definition
#
attr_accessor :include_in_download
@@ -70,9 +72,10 @@
attr_accessor :signer_must_acknowledge
#
attr_accessor :signer_must_acknowledge_use_account_default
+ # A list of tabs, which are represented graphically as symbols on documents at the time of signing. Tabs show recipients where to sign, initial, or enter data. They may also display data to the recipients.
attr_accessor :tabs
# When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients.
attr_accessor :template_locked